Namespaces
Variants
Views
Actions

Talk:cpp/container/span/begin

From cppreference.com
< Talk:cpp‎ | container‎ | span

Due to LWG-3320 [1] the methods cbegin/cend/crbegin/crend were removed from C++20 std::span.

Consequently, we should change the following See Also wiki-templates for Containers:

  • Template:cpp/container/dsc_begin
  • Template:cpp/container/dsc_end
  • Template:cpp/container/dsc_rbegin
  • Template:cpp/container/dsc_rend

(Or maybe create new wiki-templates that are adequate for std::span).

In result See Also section of std::span::begin/end/rbegin/rend should contain only cross-links to appropriate begin, end, rbegin, rend, without expeled cbegin, cend, crbegin, crend.

--Space Mission (talk) 14:57, 28 May 2020 (PDT)