build: std::format enabled on clang with a hack

This commit is contained in:
Mateusz Pusz
2024-01-23 21:34:00 +01:00
parent 5756a96709
commit 24e5ca8ad9

View File

@@ -135,7 +135,7 @@ MP_UNITS_DIAGNOSTIC_POP
#else
#ifndef __cpp_lib_format
#if !defined __cpp_lib_format && !defined MP_UNITS_COMP_CLANG
#error "std::formatting facility not supported"
#endif