From 07361f9d865b7c82b83ce4cdfc102d6a4493c3cf Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Tue, 28 Jul 2015 11:00:53 -0400 Subject: [PATCH] Reduce technology down to what VS can handle. --- date.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/date.h b/date.h index ea5da95..89a159f 100644 --- a/date.h +++ b/date.h @@ -3391,7 +3391,7 @@ inline typename std::enable_if < !std::chrono::treat_as_floating_point::value && - Duration{1} < days{1} + std::ratio_less::value , std::ostream& >::type operator<<(std::ostream& os, @@ -3406,7 +3406,7 @@ inline typename std::enable_if < !std::chrono::treat_as_floating_point::value && - Duration{1} >= days{1} + !std::ratio_less::value , std::ostream& >::type operator<<(std::ostream& os,