]> gcc.gnu.org Git - gcc.git/commit
re PR libstdc++/20534 (Erroneous #include of <cassert>)
authorBenjamin Kosnik <bkoz@redhat.com>
Fri, 27 May 2005 15:01:45 +0000 (15:01 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Fri, 27 May 2005 15:01:45 +0000 (15:01 +0000)
commitd2763ab5f180a4e22cc7d05c84a3728e89ced2b1
treef104b42ef68aa4e8b7f0571c3575ad5042722b26
parent2d63754709c889b1087e692b6124e0ed9fc00a8b
re PR libstdc++/20534 (Erroneous #include of <cassert>)

2005-05-27  Benjamin Kosnik  <bkoz@redhat.com>

PR libstdc++/20534
* include/debug/debug.h: Forwarding header, that pulls in details
only if in debug mode.
* include/debug/macros.h: ...transfer all the internal macros here.
* include/debug/functions.h: ...transfer all the functions here.
* include/debug/safe_iterator.h: Add functions.h, macros.h includes.
* include/debug/safe_sequence.h: Same.
* include/debug/vector: Tweak.
* include/Makefile.am (debug_headers): Add new includes.
* include/Makefile.in: Regenerate.
* testsuite/17_intro/no_assert_neg.cc: Add.

* include/ext/hash_set: Add debug mode include.
* include/ext/hash_map: Same.
* include/debug/hash_map: Fix included files to match actual files.
* include/debug/hash_set: Same.

From-SVN: r100255
14 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/include/Makefile.am
libstdc++-v3/include/Makefile.in
libstdc++-v3/include/debug/debug.h
libstdc++-v3/include/debug/functions.h [new file with mode: 0644]
libstdc++-v3/include/debug/hash_map
libstdc++-v3/include/debug/hash_set
libstdc++-v3/include/debug/macros.h [new file with mode: 0644]
libstdc++-v3/include/debug/safe_iterator.h
libstdc++-v3/include/debug/safe_sequence.h
libstdc++-v3/include/debug/vector
libstdc++-v3/include/ext/hash_map
libstdc++-v3/include/ext/hash_set
libstdc++-v3/testsuite/17_intro/no_assert_neg.cc [new file with mode: 0644]
This page took 0.093136 seconds and 5 git commands to generate.