mirror of
https://github.com/TartanLlama/optional.git
synced 2025-07-30 09:57:13 +02:00
Silly MSVC
This commit is contained in:
@ -8,7 +8,7 @@
|
|||||||
REQUIRE(e);
|
REQUIRE(e);
|
||||||
|
|
||||||
constexpr int get_int(int) { return 42; }
|
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?!
|
// What is Clang Format up to?!
|
||||||
TEST_CASE("Monadic operations",
|
TEST_CASE("Monadic operations",
|
||||||
|
Reference in New Issue
Block a user