Merge branch 'vs2013-integration' of git://github.com/ivanp2015/date into ivanp2015-vs2013-integration

This commit is contained in:
Howard Hinnant 2015-12-03 10:36:29 -05:00
commit 9fde153819

View File

@ -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