Skip to content

Commit 5f073f8

Browse files
committed
FIxes #59 ("std_ns_begin.hpp: missing definition of BOOST_MOVE_STD_NS_BEG")
1 parent 51a4762 commit 5f073f8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

include/boost/move/detail/std_ns_begin.hpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#//
1010
#//////////////////////////////////////////////////////////////////////////////
1111
#
12+
#include <boost/config.hpp>
1213
#if defined(_LIBCPP_VERSION)
1314
#if defined(__clang__)
1415
#define BOOST_MOVE_STD_NS_GCC_DIAGNOSTIC_PUSH
@@ -26,6 +27,9 @@
2627
#elif defined(BOOST_DINKUMWARE_STDLIB)
2728
#define BOOST_MOVE_STD_NS_BEG _STD_BEGIN
2829
#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
2933
#endif
3034

3135
#if defined(_MSC_VER) && (_MSC_VER >= 1915)

0 commit comments

Comments
 (0)