- Timestamp:
- Apr 18, 2015, 1:07:08 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/test/core/class/IdentifierNestedClassHierarchyTest.cc
r10363 r10372 121 121 }; 122 122 123 bool contains(const std::list<const Identifier*> identifiers, Identifier* identifier) 124 { 125 return std::find(identifiers.begin(), identifiers.end(), identifier) != identifiers.end(); 126 } 127 123 128 bool contains(const std::set<const Identifier*> identifiers, Identifier* identifier) 124 129 {
Note: See TracChangeset
for help on using the changeset viewer.