diff --git a/docs/headers.md b/docs/headers.md index 033cd8a..96465a3 100644 --- a/docs/headers.md +++ b/docs/headers.md @@ -676,10 +676,6 @@ template constexpr span make_span(Container& cont); template constexpr span make_span(const Container& cont); -template -constexpr span make_span(Ptr& cont, std::size_t count); -template -constexpr span make_span(Ptr& cont); ``` Utility function for creating a `span` with [`gsl::dynamic_extent`](#user-content-H-span_ext-dynamic_extent) from