mirror of
https://github.com/boostorg/beast.git
synced 2025-07-29 20:37:31 +02:00
committed by
Mohammad Nejati
parent
0886fd891a
commit
71cea5c4d9
@ -23,7 +23,7 @@ namespace string_literals {
|
|||||||
|
|
||||||
inline
|
inline
|
||||||
string_view
|
string_view
|
||||||
operator"" _sv(char const* p, std::size_t n)
|
operator""_sv(char const* p, std::size_t n)
|
||||||
{
|
{
|
||||||
return string_view{p, n};
|
return string_view{p, n};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user