The decl shouldn't be more 'lax' than the one in base.
This commit is contained in:
parent
2a78137bf1
commit
c3480a086c
@ -23,7 +23,7 @@ namespace cling {
|
||||
///
|
||||
class InterpreterException : public std::exception {
|
||||
public:
|
||||
virtual ~InterpreterException();
|
||||
virtual ~InterpreterException() noexcept;
|
||||
|
||||
virtual const char* what() const throw();
|
||||
virtual void diagnose() const {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user