blob: 19f35499cb0d041748581404d9f74d41ea8bce18 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
diff --git a/src/ImplPtr.h b/src/ImplPtr.h
index be1cea9..fb0c43c 100644
--- a/src/ImplPtr.h
+++ b/src/ImplPtr.h
@@ -25,6 +25,9 @@
#ifndef ImplPtr_h
#define ImplPtr_h
+//#include <boost/config/select_compiler_config.hpp>
+#define BOOST_NO_CXX11_EXPLICIT_CONVERSION_OPERATORS
+
#include <boost/noncopyable.hpp>
#include <boost/scoped_ptr.hpp>
|