STL for Windows CE
It's known that eVC doesn't support exceptions and STL uses exceptions in almost
all functions. This library adapts STL for Windows CE where eliminated all features which are
not supported by the OS and/or by Microsoft's runtime library. In some cases Windows CE
version of the missing functions are added - i.e. assert, abort, etc.
|