Missing code from DMD's 2.003 front-end? (ping Walter)
Ary Manzana
ary at esperanto.org.ar
Mon Jul 30 17:08:17 PDT 2007
Hi,
While porting DMD's 2.003 source code to Java I realized that in parse.c
a new method "parseType" with several overloads was added. However, the
only definition of it is the following:
Type *Parser::parseType(Identifier **pident, TemplateParameters **tpl);
However, in the source code there are several invocations like this:
- parseType(&ai)
- parseType()
This definitely doesn't compile, unless there is some "implicit
argument" feature in C++ I don't know.
This is blocking my current effort to bring D2 functionality into Descent.
Regards,
Ary
More information about the Digitalmars-d
mailing list