]> git.ipfire.org Git - thirdparty/gcc.git/commit
try_emplace and insert_or_assign for Debug Mode.
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 Aug 2015 20:58:14 +0000 (20:58 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 Aug 2015 20:58:14 +0000 (20:58 +0000)
commit8ea81d19a523c00eaa4c07fb448c4bd61bd866a8
tree7d7ffe88f8738f87e3ee76692d9f2e1af309a69a
parent545e44b47073939a7b154fea86ddfc413836875b
try_emplace and insert_or_assign for Debug Mode.

* include/debug/map.h (map::try_emplace, map::insert_or_assign):
Define.
* include/debug/unordered_map (unordered_map::try_emplace,
unordered_map::insert_or_assign): Define.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@227229 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/include/debug/map.h
libstdc++-v3/include/debug/unordered_map