Added foundation for Lexer
This commit is contained in:
@@ -9,7 +9,9 @@ namespace LXC::Util
|
||||
template<typename ErrorType> struct FunctionFail
|
||||
{
|
||||
explicit FunctionFail(ErrorType _err)
|
||||
: error(_err) {}
|
||||
: error(_err)
|
||||
{
|
||||
}
|
||||
|
||||
ErrorType error;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user