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 7b6b801 commit 50aaf2eCopy full SHA for 50aaf2e
docs/headers.md
@@ -676,10 +676,6 @@ template <class Container>
676
constexpr span<typename Container::value_type> make_span(Container& cont);
677
template <class Container>
678
constexpr span<const typename Container::value_type> make_span(const Container& cont);
679
-template <class Ptr>
680
-constexpr span<typename Ptr::element_type> make_span(Ptr& cont, std::size_t count);
681
682
-constexpr span<typename Ptr::element_type> make_span(Ptr& cont);
683
```
684
685
Utility function for creating a `span` with [`gsl::dynamic_extent`](#user-content-H-span_ext-dynamic_extent) from
0 commit comments