Changeset 10467 for code/branches/core7/src/libraries/core/object
- Timestamp:
- May 25, 2015, 11:50:15 AM (9 years ago)
- Location:
- code/branches/core7/src/libraries/core/object
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/src/libraries/core/object/IteratorBase.h
r10466 r10467 52 52 class IteratorBase : public ObjectListElementRemovalListener 53 53 { 54 BOOST_STATIC_ASSERT( boost::is_base_of<Listable, T>::value);54 BOOST_STATIC_ASSERT((boost::is_base_of<Listable, T>::value)); 55 55 56 56 public: -
code/branches/core7/src/libraries/core/object/ObjectList.h
r10466 r10467 69 69 class ObjectList 70 70 { 71 BOOST_STATIC_ASSERT( boost::is_base_of<Listable, T>::value);71 BOOST_STATIC_ASSERT((boost::is_base_of<Listable, T>::value)); 72 72 73 73 public:
Note: See TracChangeset
for help on using the changeset viewer.