OSDN Git Service

2005-05-27 Benjamin Kosnik <bkoz@redhat.com>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 27 May 2005 15:01:45 +0000 (15:01 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 27 May 2005 15:01:45 +0000 (15:01 +0000)
commite6dd2a961fb62988ed1a1a029cdd85ddda9400ca
treef104b42ef68aa4e8b7f0571c3575ad5042722b26
parent69ebef964fad21455b222934c426a17c19554870
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100255 138bc75d-0d04-0410-961f-82ee72b054a4
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]