This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: libstdc++ debug mode ideas 4
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Benjamin Kosnik <bkoz at redhat dot com>
- Cc: libstdc++ at gcc dot gnu dot org, gdr at integrable-solutions dot net
- Date: Wed, 6 Aug 2003 14:40:22 -0500
- Subject: Re: libstdc++ debug mode ideas 4
- References: <20030806142843.5cd91b98.bkoz@redhat.com>
> namespace __gnu_release { }
>
> namespace __gnu_debug { }
>
> using std = _GLIBCXX_DEBUG ? __gnu_debug : __gnu_release;
Gaby, any chance to formally specify these semantics?
-benjamin