13 Aug
2006
13 Aug
'06
10:11 p.m.
Parser(ErrorWriterPtr writer) : writer_(writer) { }
What is the equivalent to:
Parser testParser(0); I believe that this constructor would work for you.
Parser(ErrorWriter* writer) : writer_(writer) { } I hope that is helpful. If not I'm sure someone else will have some suggestions. Kind regards, Eoin.