diff --git a/include/date/tz.h b/include/date/tz.h index a342e3e..22eac55 100644 --- a/include/date/tz.h +++ b/include/date/tz.h @@ -1684,6 +1684,7 @@ make_zoned(const sys_time& tp) template 1916) +#if !defined(__INTEL_COMPILER) || (__INTEL_COMPILER > 1600) , class = typename std::enable_if < std::is_class @@ -1694,6 +1695,7 @@ template ::type >{} >::type +#endif #endif > inline @@ -1712,10 +1714,12 @@ make_zoned(const std::string& name) template 1916) +#if !defined(__INTEL_COMPILER) || (__INTEL_COMPILER > 1600) , class = typename std::enable_if < std::is_class())>::type>{} >::type +#endif #endif > inline @@ -1728,10 +1732,12 @@ make_zoned(TimeZonePtr zone, const local_time& tp) template 1916) +#if !defined(__INTEL_COMPILER) || (__INTEL_COMPILER > 1600) , class = typename std::enable_if < std::is_class())>::type>{} >::type +#endif #endif > inline @@ -1794,10 +1800,12 @@ make_zoned(const std::string& name, const zoned_time& zt, template 1916) +#if !defined(__INTEL_COMPILER) || (__INTEL_COMPILER > 1600) , class = typename std::enable_if < std::is_class())>::type>{} >::type +#endif #endif > inline