From: <bl...@us...> - 2003-05-03 21:54:14
|
Update of /cvsroot/cpptool/rfta/bug In directory sc8-pr-cvs1:/tmp/cvs-serv19545/bug Modified Files: List.txt Log Message: * added bug: ' class EXPORT_MACRO ClassName' Index: List.txt =================================================================== RCS file: /cvsroot/cpptool/rfta/bug/List.txt,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** List.txt 3 May 2003 17:47:47 -0000 1.4 --- List.txt 3 May 2003 21:54:10 -0000 1.5 *************** *** 41,44 **** --- 41,49 ---- * '->' should not be allowed as an end of template * should not attempt to parse for a variable declaration in for condition expression. + --- + failed to parse for 'dll export' macros: (wxwindows/accel.h.htm) + class WXDLLEXPORT wxKeyEvent + => parse failure, expected '{' + --- |