This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: libstdc++ debug mode ideas 4


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

Gaby, any chance to formally specify these semantics?

-benjamin


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]