From: Shigeru C. <ch...@is...> - 2003-04-16 14:38:32
|
I forward this message to the list. - Chiba From: "michael" <mic...@pa...> Subject: Bug in latest version of OpenC++ on sourceforge Date: Wed, 16 Apr 2003 13:01:20 +0200 > Hi, > > i think there is a small bug in token.cc. > Somebody added this line to rw_table : > > { "char", token(CHAR) }, > { "wchar_t", token(WCHAR) }, <----------------------- > { "class", token(CLASS) }, > > The array is no longer in alphabetical order. As a result, the binary search > for keywords sometimes fails. > > regards, > michael |