Talk:cpp/utility
From cppreference.com
< Talk:cpp
[edit] reference_wrapper
?
Are std::reference_wrapper
and std::ref
missing from this list, or were they not included in the C++11 standard? They both appear on the Wikipedia page. --- Undeterminant 07:19, 18 February 2012 (PST)
- They are under cpp/functional but they are not written yet. If nobody does sooner, I'll likely do them within a week. --Cubbi 08:56, 18 February 2012 (PST)
[edit] Moving initializer_list
to containers section
It pretty much belongs there and not here, even though it's under <utility>
in the standard. Perhaps we could still link to it here but still make note of it on the containers page? --- Undeterminant 12:28, 26 February 2012 (PST)
- Well, initializer list isn't actually a container, since it doesn't fulfill the container requirements. Thus it would be confusing if initializer list would end up listed as a container I think. P12 14:49, 26 February 2012 (PST)