16 lines
613 B
Diff
16 lines
613 B
Diff
diff --git a/include/mdds/mixed_type_matrix_storage.hpp b/include/mdds/mixed_type_matrix_storage.hpp
|
|
index fa0bf25..bb4e354 100644
|
|
--- a/include/mdds/mixed_type_matrix_storage.hpp
|
|
+++ misc/build/mdds_0.6.0/include/mdds/mixed_type_matrix_storage.hpp
|
|
@@ -32,6 +32,10 @@
|
|
|
|
#include <boost/ptr_container/ptr_vector.hpp>
|
|
#include <boost/ptr_container/ptr_map.hpp>
|
|
+// Boost.Pool indirectly pulls in Boost.System, causing linking error
|
|
+// with Boost 1.50, because some (deprecated) symbols from System are
|
|
+// not found.
|
|
+#define BOOST_SYSTEM_NO_DEPRECATED
|
|
#include <boost/pool/object_pool.hpp>
|
|
|
|
namespace mdds {
|