On Sat, 14 Sep 2013, Paolo Carlini wrote:
... what about debug-mode (and profile-mode)? Is in principle possible to detect the noexcepts? If we can't exclude that, we should probably change at the same time the special modes too. Otherwise seems just matter of consistency?
I was going one file at a time, and the priority is clearly "release"-mode, since this is about performance. I don't think there is anything wrong with debug-mode having a different exception specification (it is already binary-incompatible with the default mode) but I understand why people may want to keep some consistency. I can do vector in the other modes next if you want.
-- Marc Glisse