OSDN Git Service

2001-04-17 Benjamin Kosnik <bkoz@redhat.com>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 18 Apr 2001 01:06:05 +0000 (01:06 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 18 Apr 2001 01:06:05 +0000 (01:06 +0000)
commit3e6725e028b1b230c5c56bbb123b9c4d8a4c8a44
tree255639afa7ef7aec6e20edbe4daef731cb122f1f
parentdc121bcabb2bde9f6a0d764d126e0295134fae2e
2001-04-17  Benjamin Kosnik  <bkoz@redhat.com>

* testsuite/23_containers/map_operators.cc: Add dg-excess-errors.
* testsuite/23_containers/set_operators.cc: Same.

* include/bits/c++config: Add _GLIBCPP_CONCEPT_CHECKS. Disable by
default.
(__GLIBCPP__): Bump from value of last release.
* include/bits/concept_check.h: Default to off, edit comments.
* src/stl-inst.cc: Use _GLIBCPP_CONCEPT_CHECKS.
* src/Makefile.am (AM_CXXFLAGS): Remove _GLIBCPP_NO_CONCEPT_CHECKS.
* src/Makefile.in: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41397 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/configure
libstdc++-v3/include/bits/c++config
libstdc++-v3/include/bits/concept_check.h
libstdc++-v3/src/Makefile.am
libstdc++-v3/src/Makefile.in
libstdc++-v3/src/stl-inst.cc
libstdc++-v3/testsuite/23_containers/map_operators.cc
libstdc++-v3/testsuite/23_containers/set_operators.cc