Fixed: GCC errors in Parser::Token() and Parser::Result::operator<<().
Parser::Token() was a name-clash with class Token. Clang is fine with that, for GCC it's an error. GCC also thinks Parser::Result::operator<<() is a redefinition of itself.
Loading
Please register or sign in to comment