mirror of
https://github.com/HowardHinnant/date.git
synced 2025-08-10 08:04:28 +02:00
Corrections after code review
This commit is contained in:
@@ -48,7 +48,7 @@ private:
|
||||
|
||||
Type type_{month_day};
|
||||
|
||||
#if !defined(_MSC_VER) || (_MSC_VER > 1900)
|
||||
#if !defined(_MSC_VER) || (_MSC_VER >= 1900)
|
||||
union U
|
||||
#else
|
||||
struct U
|
||||
|
Reference in New Issue
Block a user