Ensure not closing macro definition parameters throws an error

This commit is contained in:
Jan
2023-12-23 13:54:57 +01:00
parent c1c5378b08
commit b1d4176b6e
3 changed files with 32 additions and 1 deletions

View File

@ -6,7 +6,7 @@
#include <exception>
#include <string>
class ParsingException final : std::exception
class ParsingException final : public std::exception
{
TokenPos m_pos;
std::string m_message;