On Sunday 01 February 2004 06:40, Art Haas wrote: > Hi. > > I'm building blackbox from CVS with the latest GCC from CVS. The > compiler currently doesn't like the use of std::bit_vector in the code, > though I carelessly have deleted the error message returned when trying > to compile the code. It was something about a declaration in class > scope, or something close ... > > After poking around the libstdc++ documentation, I found that the > bit_vector class was a class that used before specialization of the > vector<bool> class was available, and is now kept for backwards > compatibility. Figuring that many/most people now building blackbox have > recent C++ compilers that should handle the vector<bool> stuff without > problems, I replaced the bit_vector stuff with the newer vector<bool> > things and rebuilt. The replaced code compiled without problems in > GCC-3.3, and my GCC build from a day ago was happy too. >
It was coded originally because it was fast/small. I am sure Brad will want to look at the vector<bool> stuff. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] List archives: http://asgardsrealm.net/lurker/splash/index.html Trouble? Contact [EMAIL PROTECTED]
