Changeset 3f30cc


Ignore:
Timestamp:
Apr 15, 2013, 6:22:31 AM (13 years ago)
Author:
Frederik Heber <heber@…>
Children:
a2917f
Parents:
1c291d
git-author:
Frederik Heber <heber@…> (04/15/13 06:15:00)
git-committer:
Frederik Heber <heber@…> (04/15/13 06:22:31)
Message:

Added boost's shared_ptr_132.hpp to excludes in MemDebug.

  • i/oarchives use placement new as well.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/CodePatterns/MemDebug.hpp

    r1c291d r3f30cc  
    8080#include <boost/type_traits/has_new_operator.hpp>
    8181#endif
    82 #if defined HAVE_BOOST_ASIO_HPP
    83 // boost asio uses own allocator
     82#if defined HAVE_BOOST_ASIO_HPP || defined HAVE_BOOST_ARCHIVE_TEXT_OARCHIVE_HPP
     83// boost asio and its archives use own allocator
    8484#include <boost/serialization/shared_ptr_132.hpp>
    8585#endif
Note: See TracChangeset for help on using the changeset viewer.