Changes between Version 3 and Version 5 of Ticket #2020


Ignore:
Timestamp:
Jul 2, 2013, 4:39:28 AM (11 years ago)
Author:
Jorma Rebane
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2020 – Description

    v3 v5  
    1515Names of the wrapped stl containers in ps_stl.h:
    1616{{{
    17 psvector<T>
    18 pslist<T>
    19 psbasic_string<T>
    20 psstring
    21 pswstring
    22 psmap<Key, T>
    23 psset<T>
    24 psunordered_map<Key, T>
    25 psunordered_set<T>
     17ps::vector<T>
     18ps::list<T>
     19ps::basic_string<T>
     20ps::string
     21ps::wstring
     22ps::map<Key, T>
     23ps::set<T>
     24ps::unordered_map<Key, T>
     25ps::unordered_set<T>
    2626}}}
    2727