daeisbae / AParser

Yet another programming language for educational purpose and simplicity
https://daeisbae.github.io/AParser/
MIT License
1 stars 0 forks source link

std::exception::what() override fix #8

Closed daeisbae closed 6 months ago

daeisbae commented 6 months ago

Change std::exception class std::string what() to const char* what() noexcept override

Reference