mirror of
https://github.com/HowardHinnant/date.git
synced 2024-12-27 00:14:07 +08:00
parent
a088baf9a5
commit
cac99da8dc
@ -4148,10 +4148,10 @@ operator+(std::basic_string<CharT, Traits, Alloc> x, const string_literal<CharT,
|
|||||||
&& (!defined(__SUNPRO_CC) || __SUNPRO_CC > 0x5150)
|
&& (!defined(__SUNPRO_CC) || __SUNPRO_CC > 0x5150)
|
||||||
|
|
||||||
template <class CharT,
|
template <class CharT,
|
||||||
class = std::enable_if_t<std::is_same<CharT, char>{} ||
|
class = std::enable_if_t<std::is_same<CharT, char>::value ||
|
||||||
std::is_same<CharT, wchar_t>{} ||
|
std::is_same<CharT, wchar_t>::value ||
|
||||||
std::is_same<CharT, char16_t>{} ||
|
std::is_same<CharT, char16_t>::value ||
|
||||||
std::is_same<CharT, char32_t>{}>>
|
std::is_same<CharT, char32_t>::value>>
|
||||||
CONSTCD14
|
CONSTCD14
|
||||||
inline
|
inline
|
||||||
string_literal<CharT, 2>
|
string_literal<CharT, 2>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user