forked from boostorg/static_string
Remove cv-qualifiers from character type deduced by deduction guide
This commit is contained in:
@ -5845,7 +5845,7 @@ to_static_wstring(long double value) noexcept
|
|||||||
|
|
||||||
#ifdef BOOST_STATIC_STRING_USE_DEDUCT
|
#ifdef BOOST_STATIC_STRING_USE_DEDUCT
|
||||||
template<std::size_t N, typename CharT>
|
template<std::size_t N, typename CharT>
|
||||||
basic_static_string(CharT(&)[N]) ->
|
basic_static_string(const CharT(&)[N]) ->
|
||||||
basic_static_string<N, CharT, std::char_traits<CharT>>;
|
basic_static_string<N, CharT, std::char_traits<CharT>>;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user