1
0
Fork 0
mirror of https://github.com/Neargye/magic_enum.git synced 2026-01-10 23:44:29 +00:00
This commit is contained in:
neargye 2022-06-28 14:57:34 +04:00
parent b45b470bea
commit 4802f793bb
4 changed files with 14 additions and 14 deletions

View file

@ -823,7 +823,7 @@ TEST_CASE("constexpr_for") {
#endif
#ifdef __cpp_lib_format
#if defined(__cpp_lib_format)
#include <magic_enum_format.hpp>
@ -831,4 +831,4 @@ TEST_CASE("format-base") {
REQUIRE(std::format("Test-{:~^11}.", Color::RED | Color::GREEN) == "Test-~RED|GREEN~.");
}
#endif
#endif