This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/44436] [C++0x] Implement insert(&&) and emplace* in associative and unordered containers



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]