mirror of
https://github.com/boostorg/core.git
synced 2025-05-09 14:57:46 +00:00
Disable span_constexpr_test under GCC 4.x
This commit is contained in:
parent
5f6bb283fb
commit
d92a7b0498
@ -6,7 +6,8 @@ Distributed under the Boost Software License, Version 1.0.
|
||||
(http://www.boost.org/LICENSE_1_0.txt)
|
||||
*/
|
||||
#include <boost/config.hpp>
|
||||
#if !defined(BOOST_NO_CXX11_CONSTEXPR)
|
||||
#include <boost/config/workaround.hpp>
|
||||
#if !defined(BOOST_NO_CXX11_CONSTEXPR) && !BOOST_WORKAROUND(BOOST_GCC, < 50000)
|
||||
#include <boost/core/span.hpp>
|
||||
#include <boost/core/lightweight_test.hpp>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user