mirror of
https://github.com/HowardHinnant/date.git
synced 2024-12-28 09:08:23 +08:00
Corrections after code review
This commit is contained in:
parent
0e64070a33
commit
b41a55581d
@ -48,7 +48,7 @@ private:
|
|||||||
|
|
||||||
Type type_{month_day};
|
Type type_{month_day};
|
||||||
|
|
||||||
#if !defined(_MSC_VER) || (_MSC_VER > 1900)
|
#if !defined(_MSC_VER) || (_MSC_VER >= 1900)
|
||||||
union U
|
union U
|
||||||
#else
|
#else
|
||||||
struct U
|
struct U
|
||||||
|
Loading…
x
Reference in New Issue
Block a user