- Timestamp:
- Aug 16, 2013, 9:20:59 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core6/src/libraries/core/class/IdentifierManager.cc
r9646 r9651 127 127 initializedIdentifiers.insert(it->second); 128 128 } 129 130 size_t numberOfObjects = temporaryContext.getObjectList<Listable>()->size(); 131 if (numberOfObjects > 0) 132 orxout(internal_warning) << "There are still " << numberOfObjects << " listables left after creating the class hierarchy" << endl; 129 133 } 130 134
Note: See TracChangeset
for help on using the changeset viewer.