forked from TartanLlama/optional
Remove GCC5.5 from constexpr tests
This commit is contained in:
@@ -248,7 +248,7 @@ TEST_CASE("Monadic operations", "[monadic]") {
|
||||
}
|
||||
|
||||
SECTION("constexpr and_then") {
|
||||
#if !defined(_MSC_VER) && defined(TL_OPTIONAL_CXX14)
|
||||
#if !defined(_MSC_VER) && defined(TL_OPTIONAL_CXX14) && !defined(TL_OPTIONAL_GCC55)
|
||||
|
||||
constexpr tl::optional<int> o10 = 42;
|
||||
constexpr auto o10r = o10.and_then(get_opt_int);
|
||||
|
Reference in New Issue
Block a user