Skip to content
Commit bacbecc0 authored by Christoph Schwering's avatar Christoph Schwering
Browse files

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.
parent a4ab1fc3
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment