Some functionalities in STL is missing using CC

If you trying to compile source code, having some STL used, with CC in SunOS. You may fail.

For example:
If you use std::list::sort() in, you will get following error like this one:

Error: Could not find a match for std::list::sort(bool(int,int))

This happens because CC is using the old libCstd .

Continue reading Some functionalities in STL is missing using CC