- Timestamp:
- Apr 18, 2015, 1:07:08 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/test/core/class/IdentifierSimpleClassHierarchyTest.cc
r10360 r10372 63 63 } 64 64 }; 65 66 bool contains(const std::list<const Identifier*> identifiers, Identifier* identifier) 67 { 68 return std::find(identifiers.begin(), identifiers.end(), identifier) != identifiers.end(); 69 } 65 70 66 71 bool contains(const std::set<const Identifier*> identifiers, Identifier* identifier)
Note: See TracChangeset
for help on using the changeset viewer.