Workaround for VC10 unique_ptr operator->

This commit is contained in:
Glen Fernandes
2019-08-30 11:41:24 -04:00
parent 6a5f67b3a2
commit 034f94617d
13 changed files with 17 additions and 24 deletions

View File

@@ -6,8 +6,7 @@ Distributed under the Boost Software License, Version 1.0.
(http://www.boost.org/LICENSE_1_0.txt)
*/
#include <boost/config.hpp>
#if (!defined(BOOST_MSVC) || BOOST_MSVC >= 1700) && \
(!defined(BOOST_LIBSTDCXX_VERSION) || \
#if (!defined(BOOST_LIBSTDCXX_VERSION) || \
BOOST_LIBSTDCXX_VERSION >= 48000) && \
!defined(BOOST_NO_CXX11_SMART_PTR) && \
!defined(BOOST_NO_CXX11_ALLOCATOR)