CFG: handling C++03 compilers

This commit is contained in:
Andrzej Krzemieński
2015-10-15 08:46:52 +02:00
parent ade05cdffa
commit 184816ad4d

View File

@ -13,7 +13,7 @@
#include "boost/core/lightweight_test.hpp"
#include "boost/optional/detail/optional_config.hpp"
#ifndef BOOST_OPTIONAL_CONFIG_NO_LEGAL_CONVERT_FROM_REF
#if (defined BOOST_NO_CXX11_RVALUE_REFERENCES) || (!defined BOOST_OPTIONAL_CONFIG_NO_LEGAL_CONVERT_FROM_REF)
static_assert(false, "failed as requested");