> namespace __gnu_release { } > > namespace __gnu_debug { } > > using std = _GLIBCXX_DEBUG ? __gnu_debug : __gnu_release; Gaby, any chance to formally specify these semantics? -benjamin