And glibc is a fuccboi too.

This commit is contained in:
ThePhD 2016-05-13 13:50:15 -04:00
parent 938538b491
commit f8873064a5

View File

@ -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();
}
};