Workaround MSVC 19.14.26431 parsing bug (#355)

This commit is contained in:
Jaka Bac
2018-06-21 16:08:59 +02:00
committed by Howard Hinnant
parent f46885e632
commit 1b32e316db

View File

@@ -7811,7 +7811,7 @@ public:
}
template <class U = CharT,
class = typename std::enable_if<1 < sizeof(U)>::type>
class = typename std::enable_if<(1 < sizeof(U))>::type>
CONSTCD14 string_literal(const char(&a)[N]) NOEXCEPT
: p_{}
{