forked from HowardHinnant/date
Merge branch 'vs2013-integration' of git://github.com/ivanp2015/date into ivanp2015-vs2013-integration
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user