From: <bl...@us...> - 2003-05-06 07:53:33
|
Update of /cvsroot/cpptool/rfta/bug In directory sc8-pr-cvs1:/tmp/cvs-serv27128 Modified Files: List.txt Log Message: * add bug found for pure virtual function declaration Index: List.txt =================================================================== RCS file: /cvsroot/cpptool/rfta/bug/List.txt,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** List.txt 5 May 2003 08:03:31 -0000 1.8 --- List.txt 6 May 2003 07:53:30 -0000 1.9 *************** *** 82,87 **** unsigned long visibleColour; => range extends to the end of the compound statement ! --- --- 82,91 ---- unsigned long visibleColour; => range extends to the end of the compound statement ! --- ! pure virtual method declaration is not parsed correctly (audacity\exportmp3.h.html) ! virtual wxString GetLibraryName() = 0; + => '=0' get parse as an assignment initializer expression. + --- |