mirror of
https://github.com/boostorg/core.git
synced 2026-05-05 04:04:23 +02:00
Update string_view.qbk
This commit is contained in:
@@ -1136,6 +1136,8 @@ public:
|
||||
#endif
|
||||
};
|
||||
|
||||
// stream inserter
|
||||
|
||||
template<class Ch> std::basic_ostream<Ch>& operator<<( std::basic_ostream<Ch>& os, basic_string_view<Ch> str )
|
||||
{
|
||||
Ch const* p = str.data();
|
||||
@@ -1170,6 +1172,8 @@ template<class Ch> std::basic_ostream<Ch>& operator<<( std::basic_ostream<Ch>& o
|
||||
template<class Ch> BOOST_CONSTEXPR_OR_CONST std::size_t basic_string_view<Ch>::npos;
|
||||
#endif
|
||||
|
||||
// typedef names
|
||||
|
||||
typedef basic_string_view<char> string_view;
|
||||
typedef basic_string_view<wchar_t> wstring_view;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user