ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-3.0/src/utils/TypeContainer.hpp
(Generate patch)

Comparing branches/new_design/OOPSE-3.0/src/utils/TypeContainer.hpp (file contents):
Revision 1831 by tim, Thu Dec 2 02:23:45 2004 UTC vs.
Revision 1832 by tim, Thu Dec 2 16:04:19 2004 UTC

# Line 67 | Line 67 | namespace oopse {
67              
68              bool add(KeyType& keys, ElemPtr elem) {
69                  assert(keys.size() == SIZE);
70 <                return data_.insert(MapType::value_type(keys, make_pair(index_++,elem))).second;
70 >                return data_.insert(MapType::value_type(keys, std::make_pair(index_++,elem))).second;
71              }
72  
73              /** Exact Match */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines