From 9cb8e010952221569cdfcf158c15e9fff5c4e4fb Mon Sep 17 00:00:00 2001 From: Simon Brand Date: Tue, 17 Oct 2017 13:22:06 +0100 Subject: [PATCH] Silly MSVC --- tests/monadic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/monadic.cpp b/tests/monadic.cpp index a1d869c..522bdf6 100644 --- a/tests/monadic.cpp +++ b/tests/monadic.cpp @@ -8,7 +8,7 @@ REQUIRE(e); constexpr int get_int(int) { return 42; } -constexpr tl::optional get_opt_int(int) { return 42; } +TL_OPTIONAL_MSVC_2015_CONSTEXPR tl::optional get_opt_int(int) { return 42; } // What is Clang Format up to?! TEST_CASE("Monadic operations",