Changeset 2f40706 for src/CodePatterns/MemDebug.hpp
- Timestamp:
- Jun 22, 2012, 2:10:23 PM (13 years ago)
- Children:
- c362a4
- Parents:
- 0b05c22
- File:
-
- 1 edited
-
src/CodePatterns/MemDebug.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/CodePatterns/MemDebug.hpp
r0b05c22 r2f40706 70 70 // serialization has bug with overloaded new, see https://svn.boost.org/trac/boost/ticket/3400 71 71 #include <boost/serialization/access.hpp> 72 #include <boost/archive/detail/iserializer.hpp> 72 73 #endif 73 74 #if defined HAVE_VALARRAY || defined HAVE_BOOST_ARCHIVE_TEXT_OARCHIVE_HPP … … 75 76 #include <valarray> 76 77 #endif 77 #if defined HAVE_BOOST_MULTI_ARRAY_HPP 78 #if defined HAVE_BOOST_MULTI_ARRAY_HPP || defined HAVE_BOOST_ASIO_HPP 78 79 // multiarray uses type trait has_new_operator.hpp 79 80 #include <boost/type_traits/has_new_operator.hpp> 80 81 #endif 81 82 #if defined HAVE_BOOST_ASIO_HPP 83 // boost asio uses own allocator 84 #include <boost/serialization/shared_ptr_132.hpp> 85 #endif 82 86 83 87 namespace Memory {
Note:
See TracChangeset
for help on using the changeset viewer.
