We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc7352c commit 8d799ebCopy full SHA for 8d799eb
include/daw/daw_string_view.h
@@ -462,7 +462,7 @@ namespace daw {
462
};
463
std::variant<buff_t, std::basic_string<CharT>> m_str{ };
464
465
- friend class basic_string_view<CharT>;
+ friend struct basic_string_view<CharT>;
466
467
DAW_CPP20_CX_ALLOC c_str_proxy( CharT const *str, std::size_t N,
468
zero_terminated_t ) noexcept
0 commit comments