Type: info
         Title: STL: can use feature which depend on member templates
     Posted by: [EMAIL PROTECTED]
      Affected: all
Effective from: CWS hr48 (SRC680)


*Summary*
--------
+ std::list::sort(CompFunc op)
+ std::list::merge(list& source, CompFunc op)
+ std::list::remove_if(op)
+ std::map::insert(std::pair)

*Description*
-------------
STLport member template support has been enabled for all platforms.
Thus it's now possible to use list<> and map<>/multimap<> methods
which need member template support. Some examples are mentioned in the
summary. There are probably more.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to