Changes between Version 5 and Version 6 of Ticket #2020


Ignore:
Timestamp:
Jul 3, 2013, 1:49:02 AM (11 years ago)
Author:
Jorma Rebane
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2020 – Description

    v5 v6  
    1515Names of the wrapped stl containers in ps_stl.h:
    1616{{{
     17ps::string
     18ps::stringstream
     19ps::wstring
     20ps::wstringstream
    1721ps::vector<T>
    1822ps::list<T>
    19 ps::basic_string<T>
    20 ps::string
    21 ps::wstring
    2223ps::map<Key, T>
    2324ps::set<T>