used proper Boost.Config macro

This commit is contained in:
joaquintides
2022-06-27 19:31:47 +02:00
parent dfac93aebb
commit d4b61541b5

View File

@ -11,10 +11,10 @@
#include "../helpers/test.hpp" #include "../helpers/test.hpp"
#include <boost/config.hpp>
#include <string> #include <string>
#if BOOST_CXX_VERSION >= 201103L && \ #if !defined(BOOST_NO_CXX11_REF_QUALIFIERS)
(!defined(BOOST_GCC_VERSION) || BOOST_GCC_VERSION >= 40800)
#define UNORDERED_LVALUE_QUAL & #define UNORDERED_LVALUE_QUAL &
#else #else
#define UNORDERED_LVALUE_QUAL #define UNORDERED_LVALUE_QUAL