Changeset 10466 for code/branches/core7/src/libraries/core/class
- Timestamp:
- May 25, 2015, 11:33:05 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/src/libraries/core/class/Identifier.h
r10422 r10466 80 80 #include <typeinfo> 81 81 #include <loki/TypeTraits.h> 82 #include <boost/static_assert.hpp> 83 #include <boost/type_traits/is_base_of.hpp> 82 84 83 85 #include "util/Output.h" … … 257 259 class ClassIdentifier : public Identifier 258 260 { 261 BOOST_STATIC_ASSERT(boost::is_base_of<Identifiable, T>::value); 262 259 263 #ifndef DOXYGEN_SHOULD_SKIP_THIS 260 264 #define SUPER_INTRUSIVE_DECLARATION_INCLUDE
Note: See TracChangeset
for help on using the changeset viewer.