Remove GCC5.5 from test

This commit is contained in:
Simon Brand
2018-06-07 09:23:52 +01:00
parent 04b817f0d3
commit c8a6658f9f

View File

@@ -332,7 +332,7 @@ TEST_CASE("Monadic operations", "[monadic]") {
};
#if defined(TL_OPTIONAL_CXX14) && !defined(TL_OPTIONAL_GCC49) && \
!defined(TL_OPTIONAL_GCC54)
!defined(TL_OPTIONAL_GCC54) && !defined(TL_OPTIONAL_GCC55)
SECTION("Issue #1") {
tl::optional<foo> f = foo{};
auto l = [](auto &&x) { x.non_const(); };