Change __int128 protection.

This commit is contained in:
Howard Hinnant
2015-11-28 12:45:27 -05:00
parent e08458e279
commit 1d23665bd4

2
date.h
View File

@@ -811,7 +811,7 @@ struct choose_trunc_type
<
digits < 64,
std::int64_t,
#ifndef _MSC_VER
#ifdef __SIZEOF_INT128__
__int128
#else
std::int64_t