mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-29 19:07:15 +02:00
used proper Boost.Config macro
This commit is contained in:
@ -11,10 +11,10 @@
|
||||
|
||||
#include "../helpers/test.hpp"
|
||||
|
||||
#include <boost/config.hpp>
|
||||
#include <string>
|
||||
|
||||
#if BOOST_CXX_VERSION >= 201103L && \
|
||||
(!defined(BOOST_GCC_VERSION) || BOOST_GCC_VERSION >= 40800)
|
||||
#if !defined(BOOST_NO_CXX11_REF_QUALIFIERS)
|
||||
#define UNORDERED_LVALUE_QUAL &
|
||||
#else
|
||||
#define UNORDERED_LVALUE_QUAL
|
||||
|
Reference in New Issue
Block a user