mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
And glibc is a fuccboi too.
This commit is contained in:
parent
938538b491
commit
f8873064a5
|
@ -44,7 +44,7 @@ public:
|
|||
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();
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user