This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Using _GLIBCPP_RESOLVE_LIB_DEFECTS in the testsuite?
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: libstdc++ at gcc dot gnu dot org
- Date: Thu, 5 Jun 2003 19:43:18 -0500
- Subject: Re: Using _GLIBCPP_RESOLVE_LIB_DEFECTS in the testsuite?
- References: <7830F8C2-97B0-11D7-AC4F-00039354D67A@apple.com>
>However, I'm implementing a
>debug mode and the distinction does matter (because the testcase fails
>without the DR semantics).
Hmm. Can you be more elaborate about what it is you are doing? Are you
planning on integrating this with the public FSF sources?
For the record, _GLIBCPP_RESOLVE_LIB_DEFECTS can be assumed to be
permanently set to 1. It's there as a marker for the maintainers as to
what diverged from the standard. I don't think the library will actually
compile without it.
-benjamin