|
|
|
|
|
by binarycrusader
3937 days ago
|
|
Unfortunately, just the use of templates may require linking to parts of some compiler's C++ runtime in some cases, depending on how they're used. Also, templates don't always work equally well across compilers. You'd really be better off with pure C. This looks like an excellent library, so please don't take that as criticism, just an observation. |
|