On 4/8/15 11:45 PM, Dicebot wrote:
It took almost an hour to bisect all changed to trace the failure to this specifc line and realize that `parser.node` wasn't just trivial getter but method which actually advanced internal iterator to next node while returning current one.
Thanks. The matter seems like a C++ false friend. -- Andrei
