Ignore:
Timestamp:
Jul 25, 2012, 11:41:36 AM (12 years ago)
Author:
Michael Tänzer
Message:

Merge the ASIO branch back into trunk

Location:
source/ariba/utility/addressing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/utility/addressing

    • Property svn:mergeinfo changed (with no actual effect on merging)
  • source/ariba/utility/addressing/endpoint_set.hpp

    r6919 r10653  
    149149                        std::string sub = str.substr(pos, min(nend2,nend1)-pos);
    150150                        trim(sub);
    151 //                      cout << sub << endl;
    152151                        V obj( sub );
    153152                        set.insert(obj);
Note: See TracChangeset for help on using the changeset viewer.