mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-19 11:14:41 +00:00
Include <bit>
when using std::bit_cast
This commit is contained in:
parent
1e96e01766
commit
9c14474d30
@ -41,6 +41,10 @@
|
||||
#include <system_error> // std::system_error
|
||||
#include <utility> // std::swap
|
||||
|
||||
#ifdef __cpp_lib_bit_cast
|
||||
#include <bit> // std::bitcast
|
||||
#endif
|
||||
|
||||
#include "core.h"
|
||||
|
||||
#if FMT_GCC_VERSION
|
||||
|
Loading…
Reference in New Issue
Block a user