From 1b32e316db1a091bbe8a1caa33c401c0df81295a Mon Sep 17 00:00:00 2001 From: Jaka Bac <31420416+JakaBac@users.noreply.github.com> Date: Thu, 21 Jun 2018 16:08:59 +0200 Subject: [PATCH] Workaround MSVC 19.14.26431 parsing bug (#355) --- include/date/date.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/date/date.h b/include/date/date.h index 6b0b4f8..156d809 100644 --- a/include/date/date.h +++ b/include/date/date.h @@ -7811,7 +7811,7 @@ public: } template ::type> + class = typename std::enable_if<(1 < sizeof(U))>::type> CONSTCD14 string_literal(const char(&a)[N]) NOEXCEPT : p_{} {