Commit 8e09414
committed
Satisfy derived class compatibility
Derived class must not use throw specifiers looser than the base class (including default), and in C++03 std::runtime_error has explicit 'throw()' (empty) specifier for the destructor.1 parent 7f6cf43 commit 8e09414
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
| |||
0 commit comments