This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Removal of pre-ISO C++ items from include/backwards
- From: Richard Guenther <rguenther at suse dot de>
- To: gcc at gcc dot gnu dot org
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Fri, 19 Oct 2007 17:08:01 +0200 (CEST)
- Subject: Removal of pre-ISO C++ items from include/backwards
2007-10-18 Benjamin Kosnik <bkoz@redhat.com>
Removal of pre-ISO C++ items from include/backwards.
* include/Makefile.am (backward_headers): Remove all but
strstream,
backward_warning.h.
* include/Makefile.in: Regenerate.
* include/backward/new.h: Remove.
* include/backward/iterator.h: Same.
...
I don't think this is a great idea. What is the benefit of this apart
from causing endless pain? (SPEC2000 eon now fails to build for example)
*sigh*
Richard.