[cfe-dev] Compile errors with MSVC 2005 (SVN revision 53516)

Argiris Kirtzidis akyrtzi at gmail.com
Sat Jul 12 13:05:52 PDT 2008


If you change

  alist_iterator(pointer EP) : NodeIter(NodeTy::getNode(EP)) {}

to

  alist_iterator(ValueT *EP) : NodeIter(NodeTy::getNode(EP)) {}

It will compile fine.
Not sure if this is definitely the right fix, though...


-Argiris



More information about the cfe-dev mailing list