What is the STL?STL stands for "Standard Template Library" and provides standardised implementation of containers like vector or list, together with algorithms able to operate on these containers. Current statusAltough original STLPort code has macros suggesting support for Watcom compilers, unmodified code does not compile in any version of the the Watcom compiler starting from 11.0c. Modified STLPort 4.6.2 available on these pages
supports Watcom compilers starting from the Watcom 11.0c up
to the OpenWatcom 1.3. It is hard to tell whether version
1.4 will be included - porting I tried on version 1.4rc3
was impossible to do so far. |