diff options
Diffstat (limited to 'zarb-ml/mageia-dev/attachments/20130407/1986d986/attachment-0001.bin')
-rw-r--r-- | zarb-ml/mageia-dev/attachments/20130407/1986d986/attachment-0001.bin | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/attachments/20130407/1986d986/attachment-0001.bin b/zarb-ml/mageia-dev/attachments/20130407/1986d986/attachment-0001.bin new file mode 100644 index 000000000..19f35499c --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20130407/1986d986/attachment-0001.bin @@ -0,0 +1,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> + |