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

@ -1202,7 +1202,7 @@ TEST_CASE("multdimensional-switch-case") {
#endif
#ifdef __cpp_lib_format
#if defined(__cpp_lib_format)
#include <magic_enum_format.hpp>
@ -1210,4 +1210,4 @@ TEST_CASE("format-base") {
REQUIRE(std::format("Test-{:~^10}.", Color::RED) == "Test-~~~red~~~~.");
}
#endif
#endif