[installation] Change to nightly
This commit is contained in:
@ -38,7 +38,7 @@ class SC_CONFIG_API Exception : public std::exception {
|
||||
Exception(const char *str) : _what(str) {}
|
||||
virtual ~Exception() throw() {}
|
||||
|
||||
const char *what() const throw() { return _what.c_str(); }
|
||||
const char *what() const throw() override { return _what.c_str(); }
|
||||
|
||||
private:
|
||||
std::string _what;
|
||||
|
||||
Reference in New Issue
Block a user