This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [libstdc++ PATCH] libstdc++ debug mode (second try)
- From: Doug Gregor <dgregor at apple dot com>
- To: Mike Stump <mrs at apple dot com>
- Cc: John Levon <levon at movementarian dot org>, libstdc++ at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Thu, 31 Jul 2003 15:38:12 -0700
- Subject: Re: [libstdc++ PATCH] libstdc++ debug mode (second try)
- References: <AF88BEC0-C152-11D7-A9D4-003065A77310@apple.com>
On Monday, July 28, 2003, at 4:24PM, Mike Stump wrote:
On Monday, July 28, 2003, at 03:08 PM, Doug Gregor wrote:
Will clarify docs and either automagically set _GLIBCXX_DEBUG when
_GLIBCXX_DEBUG_PEDANTIC is set
I like this option.
Actually, we don't want to automagically set _GLIBCXX_DEBUG when
_GLIBCXX_DEBUG_PEDANTIC is set, because one can ask for pedantic
checking from debugging containers (e.g., __gnu_debug::vector, from
including <debug/vector>) while still in release mode.
I'll clarify the docs.
Doug