mirror of
https://github.com/HowardHinnant/date.git
synced 2025-08-01 03:34:26 +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
|
||||
|
||||
constexpr year nanyear{-32768};
|
||||
CONSTDATA year nanyear{-32768};
|
||||
|
||||
template <class Duration>
|
||||
struct fields
|
||||
|
Reference in New Issue
Block a user