[Bug libstdc++/44436] [C++0x] Implement insert(&&) and emplace* in associative and unordered containers
paolo dot carlini at oracle dot com
gcc-bugzilla@gcc.gnu.org
Thu Jul 8 14:29:00 GMT 2010
------- Comment #5 from paolo dot carlini at oracle dot com 2010-07-08 14:28 -------
Just to clarify a bit: this wasn't an *oversight*. We had the *nasty* problem
in the Draft C++0x Standard with std::pair, which essentially made impossible
adding the emplace_* members to std::map, std::multimap, etc, without breaking
existing user code. Thus we waited on that, until things got clarified in this
whole area. Now it's actually possible to work on those facilities.
Anyway, much more generally: we are *not* claiming any sort of conformance to
non existing (yet) standards, we are still in experimental mode for C++0x.
Please be patient.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44436
More information about the Gcc-bugs
mailing list