mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-30 03:17:15 +02:00
used proper Boost.Config macro
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user