Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information