mirror of
https://github.com/HowardHinnant/date.git
synced 2025-08-03 04:34:26 +02:00
Workaround MSVC 19.14.26431 parsing bug (#355)
This commit is contained in:
@@ -7811,7 +7811,7 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
template <class U = CharT,
|
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
|
CONSTCD14 string_literal(const char(&a)[N]) NOEXCEPT
|
||||||
: p_{}
|
: p_{}
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user