- Timestamp:
- Dec 2, 2015, 11:22:03 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cpp11_v2/src/libraries/core/module/StaticInitializationManager.cc
r10821 r10916 50 50 { 51 51 // attention: loading a module may add new handlers to the list 52 for ( auto & elem: this->handlers_)53 (elem)->loadModule(module);52 for (StaticInitializationHandler* handler : this->handlers_) 53 handler->loadModule(module); 54 54 } 55 55
Note: See TracChangeset
for help on using the changeset viewer.