mirror of https://github.com/SeanOMik/libki.git
util: Fix missing noexcept compile error on CI
This commit is contained in:
parent
19324c06ba
commit
62fc1e13ef
|
@ -23,7 +23,7 @@ namespace ki
|
|||
m_what = oss.str();
|
||||
}
|
||||
|
||||
char const* what() const override
|
||||
char const* what() const noexcept override
|
||||
{
|
||||
return m_what.c_str();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue