mirror of
https://github.com/fmtlib/fmt.git
synced 2025-11-28 13:19:48 +01:00
Move detail::null to chrono where it is used
This commit is contained in:
@@ -1135,8 +1135,6 @@ class utf8_to_utf16 {
|
||||
std::wstring str() const { return {&buffer_[0], size()}; }
|
||||
};
|
||||
|
||||
template <typename T = void> struct null {};
|
||||
|
||||
namespace dragonbox {
|
||||
|
||||
// Type-specific information that Dragonbox uses.
|
||||
|
||||
Reference in New Issue
Block a user