Changeset e162d5 for src/CodePatterns/MemDebug.hpp
- Timestamp:
- Sep 25, 2012, 12:22:30 PM (13 years ago)
- Children:
- 3a00a4
- Parents:
- c362a4
- File:
-
- 1 edited
-
src/CodePatterns/MemDebug.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/CodePatterns/MemDebug.hpp
rc362a4 re162d5 84 84 #include <boost/serialization/shared_ptr_132.hpp> 85 85 #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 86 94 87 95 namespace Memory {
Note:
See TracChangeset
for help on using the changeset viewer.
