]> git.ipfire.org Git - thirdparty/gcc.git/commit - libstdc++-v3/include/debug/unordered_map
try_emplace and insert_or_assign for Debug Mode.
authorJonathan Wakely <jwakely@redhat.com>
Wed, 26 Aug 2015 20:58:14 +0000 (21:58 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Wed, 26 Aug 2015 20:58:14 +0000 (21:58 +0100)
commit66c182be120bb3777329475c67338b7c0d9ad2f4
tree7d7ffe88f8738f87e3ee76692d9f2e1af309a69a
parente41fd1f0674bb58c4715d4656142ec9e7a9583b6
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.

From-SVN: r227229
libstdc++-v3/ChangeLog
libstdc++-v3/include/debug/map.h
libstdc++-v3/include/debug/unordered_map