Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 25, 2015, 11:50:15 AM (9 years ago)
Author:
landauf
Message:

trying to fix compiler error on buildserver

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core7/src/libraries/core/class/Identifier.h

    r10466 r10467  
    259259    class ClassIdentifier : public Identifier
    260260    {
    261         BOOST_STATIC_ASSERT(boost::is_base_of<Identifiable, T>::value);
     261        BOOST_STATIC_ASSERT((boost::is_base_of<Identifiable, T>::value));
    262262
    263263        #ifndef DOXYGEN_SHOULD_SKIP_THIS
Note: See TracChangeset for help on using the changeset viewer.