Ignore:
Timestamp:
Nov 30, 2011, 11:14:59 AM (14 years ago)
Author:
Frederik Heber <heber@…>
Children:
bc2698
Parents:
1ed8e1
Message:

FIX: Boost 1.47's boost/type_traits/has_new_operator.hpp is incompatible with MemDebug.hpp.

  • type_traits/has_new_operator.hpp is used by boost::multi_array.
  • added to MemDebug.hpp.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Helpers/MemDebug.hpp

    r1ed8e1 re7352a5  
    7575#include <valarray>
    7676#endif
     77#if defined HAVE_BOOST_MULTI_ARRAY_HPP
     78// multiarray uses type trait has_new_operator.hpp
     79#include <boost/type_traits/has_new_operator.hpp>
     80#endif
    7781
    7882
Note: See TracChangeset for help on using the changeset viewer.