mirror of
https://github.com/HowardHinnant/date.git
synced 2025-08-02 20:24:27 +02:00
Fix constexpr issue for VS2015
This commit is contained in:
@@ -4316,7 +4316,7 @@ operator<<(std::basic_ostream<CharT, Traits>& os, const local_time<Duration>& ut
|
|||||||
|
|
||||||
// to_stream
|
// to_stream
|
||||||
|
|
||||||
constexpr year nanyear{-32768};
|
CONSTDATA year nanyear{-32768};
|
||||||
|
|
||||||
template <class Duration>
|
template <class Duration>
|
||||||
struct fields
|
struct fields
|
||||||
|
Reference in New Issue
Block a user