Changeset 10467 for code/branches/core7/src/libraries/core/class
- Timestamp:
- May 25, 2015, 11:50:15 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/src/libraries/core/class/Identifier.h
r10466 r10467 259 259 class ClassIdentifier : public Identifier 260 260 { 261 BOOST_STATIC_ASSERT( boost::is_base_of<Identifiable, T>::value);261 BOOST_STATIC_ASSERT((boost::is_base_of<Identifiable, T>::value)); 262 262 263 263 #ifndef DOXYGEN_SHOULD_SKIP_THIS
Note: See TracChangeset
for help on using the changeset viewer.