mirror of
https://github.com/Neargye/magic_enum.git
synced 2026-01-10 23:44:29 +00:00
clean-up
This commit is contained in:
parent
b45b470bea
commit
4802f793bb
4 changed files with 14 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue