We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51a4762 commit 5f073f8Copy full SHA for 5f073f8
include/boost/move/detail/std_ns_begin.hpp
@@ -9,6 +9,7 @@
9
#//
10
#//////////////////////////////////////////////////////////////////////////////
11
#
12
+#include <boost/config.hpp>
13
#if defined(_LIBCPP_VERSION)
14
#if defined(__clang__)
15
#define BOOST_MOVE_STD_NS_GCC_DIAGNOSTIC_PUSH
@@ -26,6 +27,9 @@
26
27
#elif defined(BOOST_DINKUMWARE_STDLIB)
28
#define BOOST_MOVE_STD_NS_BEG _STD_BEGIN
29
#define BOOST_MOVE_STD_NS_END _STD_END
30
+#else
31
+ #define BOOST_MOVE_STD_NS_BEG namespace std{
32
+ #define BOOST_MOVE_STD_NS_END
33
#endif
34
35
#if defined(_MSC_VER) && (_MSC_VER >= 1915)
0 commit comments