mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-30 18:57:34 +02:00
Fix a warning
This commit is contained in:
@ -43,7 +43,7 @@
|
||||
#include <system_error> // std::system_error
|
||||
|
||||
#ifdef __cpp_lib_bit_cast
|
||||
# include <bit> // std::bitcast
|
||||
# include <bit> // std::bit_cast
|
||||
#endif
|
||||
|
||||
#include "core.h"
|
||||
|
Reference in New Issue
Block a user