This is a bug in G++ 2.95.2. It refuses to compile the following correct
program and give many error messages.
------------
#include <bitset>
int main()
{
bitset<5>()[1];
}
------------
--
Victor Porton (porton@narod.ru; http://porton.narod.ru )