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