libstdc++ debug mode ideas 4

Benjamin Kosnik bkoz@redhat.com
Wed Aug 6 19:41:00 GMT 2003


>  namespace __gnu_release { }
>
>  namespace __gnu_debug { }
>
>  using std = _GLIBCXX_DEBUG ? __gnu_debug : __gnu_release;

Gaby, any chance to formally specify these semantics?

-benjamin



More information about the Libstdc++ mailing list