Corrections after code review

This commit is contained in:
ivanp2015 2015-12-03 13:41:11 +02:00
parent 0e64070a33
commit b41a55581d

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