mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-03 20:34:26 +02:00
fix: formatting headers added to core_gmf.h
This commit is contained in:
@@ -47,6 +47,16 @@
|
|||||||
#include <type_traits>
|
#include <type_traits>
|
||||||
#include <utility>
|
#include <utility>
|
||||||
|
|
||||||
|
#if MP_UNITS_USE_FMTLIB
|
||||||
|
MP_UNITS_DIAGNOSTIC_PUSH
|
||||||
|
MP_UNITS_DIAGNOSTIC_IGNORE_UNREACHABLE
|
||||||
|
MP_UNITS_DIAGNOSTIC_IGNORE_SHADOW
|
||||||
|
#include <fmt/format.h>
|
||||||
|
MP_UNITS_DIAGNOSTIC_POP
|
||||||
|
#else
|
||||||
|
#include <format>
|
||||||
|
#endif
|
||||||
|
|
||||||
#if __cpp_lib_text_encoding
|
#if __cpp_lib_text_encoding
|
||||||
#include <text_encoding>
|
#include <text_encoding>
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user