mardi 21 avril 2015

C++11, `noexcept` specifier, definition versus declaration

If a (member) function has a noexcept specificator (noexcept, noexcept(true), noexcept(false), or any other noexcept(expr) which evaluates to true or false), and it's defined in another place, does it need to specify the noexcept specifier again?

Aucun commentaire:

Enregistrer un commentaire