re PR libstdc++/16813 (compiler error in DEBUG version of range insertion std::map...
authorPaolo Carlini <pcarlini@suse.de>
Thu, 29 Jul 2004 10:52:49 +0000 (10:52 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Thu, 29 Jul 2004 10:52:49 +0000 (10:52 +0000)
commit587530637932f8e7cf65de50ec063ae0fb2e301f
treef3f5d8147e3d3fb82ef927e9ecd2e04b388a8e5d
parent3de1919168a95b13e9503f4820cde7a47770d004
re PR libstdc++/16813 (compiler error in DEBUG version of range insertion std::map::insert)

2004-07-29  Paolo Carlini  <pcarlini@suse.de>

PR libstdc++/16813
* include/debug/map.h (insert(_InputIterator, _InputIterator)):
Fix typo.
* testsuite/23_containers/map/insert/16813.cc: New.

From-SVN: r85295
libstdc++-v3/ChangeLog
libstdc++-v3/include/debug/map.h
libstdc++-v3/testsuite/23_containers/map/insert/16813.cc [new file with mode: 0644]