Skip to content
Snippets Groups Projects
Commit fdfe7dfa authored by MichelJuillard's avatar MichelJuillard
Browse files

Exception class instead of struct

parent 7a67a3fe
Branches
No related tags found
No related merge requests found
......@@ -204,6 +204,7 @@ public:
//! Was the previous declaration done with the same symbol type ?
const bool same_type;
public:
AlreadyDeclaredException(string name_arg, bool same_type_arg) : name(name_arg),
same_type(same_type_arg)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment