Commit df85188
committed
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.1 parent 4019d83 commit df85188
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| 141 | + | |
141 | 142 | | |
142 | 143 | | |
143 | 144 | | |
| |||
0 commit comments