You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix to compile with newer Visual C++, such as 16.11, and
/Zc:implicitNoexcept-.
Otherwise gets:
Error C2694 'override': overriding virtual function
has less restrictive exception specification than base
class virtual member function 'base'
Similar changes are being made e.g.:
boostorg/json#636
And proposed here:
boostorg/iostreams#136
I grant there there could be more of this.
These two are just enough for our codebase.
0 commit comments