diff --git a/include/string_span.h b/include/string_span.h index 686ace9..5143e84 100644 --- a/include/string_span.h +++ b/include/string_span.h @@ -435,7 +435,7 @@ public: constexpr const_iterator cend() const noexcept { - span_.cend(); + return span_.cend(); } constexpr reverse_iterator rbegin() const noexcept