Ignore:
Timestamp:
Sep 25, 2012, 12:22:30 PM (13 years ago)
Author:
Frederik Heber <heber@…>
Children:
3a00a4
Parents:
c362a4
Message:

Added boost/exception_ptr.hpp due to in-accessible static instances to MemDebug.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/CodePatterns/MemDebug.hpp

    rc362a4 re162d5  
    8484#include <boost/serialization/shared_ptr_132.hpp>
    8585#endif
     86#if defined HAVE_BOOST_MPL_FOR_EACH_HPP
     87// boost mpl requires the value_init which uses placement new
     88#include <boost/utility/value_init.hpp>
     89#endif
     90#if defined HAVE_BOOST_EXCEPTION_ALL_HPP
     91// boost exceptions has two inaccessible static objects for bad_alloc and bad_exception
     92#include <boost/exception/detail/exception_ptr.hpp>
     93#endif
    8694
    8795namespace Memory {
Note: See TracChangeset for help on using the changeset viewer.