diff --git a/include/bpstd/string_view.hpp b/include/bpstd/string_view.hpp index 0066fbf..e31e661 100644 --- a/include/bpstd/string_view.hpp +++ b/include/bpstd/string_view.hpp @@ -1186,7 +1186,7 @@ typename bpstd::basic_string_view::const_iterator bpstd::basic_string_view::cend() const noexcept { - return cend(); + return m_str + m_size; } template