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 417bf3b commit 69fe27fCopy full SHA for 69fe27f
source/ranges.tex
@@ -14958,8 +14958,8 @@
14958
constexpr auto size() requires @\libconcept{sized_range}@<V>;
14959
constexpr auto size() const requires @\libconcept{sized_range}@<const V>;
14960
14961
- constexpr auto reserve_hintsize() requires @\libconcept{approximately_sized_range}@<V>;
14962
- constexpr auto reserve_hintsize() const requires @\libconcept{approximately_sized_range}@<const V>;
+ constexpr auto reserve_hint() requires @\libconcept{approximately_sized_range}@<V>;
+ constexpr auto reserve_hint() const requires @\libconcept{approximately_sized_range}@<const V>;
14963
};
14964
14965
template<class R>
0 commit comments