Namespaces
Variants
Views
Actions

Talk:cpp/container/span

From cppreference.com
< Talk:cpp‎ | container
Revision as of 20:20, 1 March 2021 by Cubbi (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Searching for span leads me to https://en.cppreference.com/w/cpp/language/overloaded_address , and std::span seems to be missing from search results altogether --Predelnik (talk) 02:12, 25 May 2020 (PDT)

works for me (gives three results for 'span' and one result for 'std::span'), but occasionally searchbox glitches and forgets some of the index entries. Might have been one of those days. --Cubbi (talk) 14:49, 26 May 2020 (PDT)
Confirm that currently it works, thanks for the info! Predelnik (talk) 02:31, 2 June 2020 (PDT)

Is this intentional that size, empty &c. are under observers category and not in capacity like in other containers/string_view (just noticed this during translation)? SergeySx (talk) 07:51, 28 February 2021 (PST)

n4861 calls them Observers, so this site only reflects that fact. DR it.) (?) --Space Mission (talk) 08:53, 28 February 2021 (PST)
it doesn't change the meaning of the spec, so it could even be an editorial PR against https://github.com/cplusplus/draft/ --Cubbi (talk) 20:20, 1 March 2021 (PST)