Skip to content

Commit

Permalink
remove documentation for deprecated make_span overloads
Browse files Browse the repository at this point in the history
  • Loading branch information
Werner Henze committed Jan 6, 2025
1 parent 1cdb8d2 commit 3bfa46a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/headers.md
Original file line number Diff line number Diff line change
Expand Up @@ -676,10 +676,6 @@ template <class Container>
constexpr span<typename Container::value_type> make_span(Container& cont);
template <class Container>
constexpr span<const typename Container::value_type> make_span(const Container& cont);
template <class Ptr>
constexpr span<typename Ptr::element_type> make_span(Ptr& cont, std::size_t count);
template <class Ptr>
constexpr span<typename Ptr::element_type> make_span(Ptr& cont);
```
Utility function for creating a `span` with [`gsl::dynamic_extent`](#user-content-H-span_ext-dynamic_extent) from
Expand Down

0 comments on commit 3bfa46a

Please sign in to comment.