mirror of
https://github.com/fmtlib/fmt.git
synced 2025-01-09 22:20:06 +00:00
Fix Microsoft Visual Studio 14.0 build
This commit is contained in:
parent
27c3674ce1
commit
e9f4453b0e
@ -1714,11 +1714,11 @@ struct formatter<std::chrono::time_point<std::chrono::system_clock, Duration>,
|
||||
}
|
||||
|
||||
// '}' - for detail::parse_chrono_format.
|
||||
static constexpr Char default_specs[] = {'%', 'F', ' ', '%', 'T', '}'};
|
||||
static constexpr const Char default_specs[] = {'%', 'F', ' ', '%', 'T', '}'};
|
||||
};
|
||||
|
||||
template <typename Char, typename Duration>
|
||||
constexpr Char
|
||||
constexpr const Char
|
||||
formatter<std::chrono::time_point<std::chrono::system_clock, Duration>,
|
||||
Char>::default_specs[];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user