Silly MSVC

This commit is contained in:
Simon Brand
2017-10-17 13:22:06 +01:00
parent 186c3799d2
commit 9cb8e01095

View File

@ -8,7 +8,7 @@
REQUIRE(e);
constexpr int get_int(int) { return 42; }
constexpr tl::optional<int> get_opt_int(int) { return 42; }
TL_OPTIONAL_MSVC_2015_CONSTEXPR tl::optional<int> get_opt_int(int) { return 42; }
// What is Clang Format up to?!
TEST_CASE("Monadic operations",