Skip to content

Commit

Permalink
And glibc is a fuccboi too.
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePhD committed May 13, 2016
1 parent 938538b commit f887306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sol/error.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class error : public std::runtime_error {
error& operator=(const error& e) = default;
error& operator=(error&& e) = default;

virtual const char* what() const override {
virtual const char* what() const noexcept override {
return w.c_str();
}
};
Expand Down

0 comments on commit f887306

Please sign in to comment.