[Anjuta-list] Anjuta doesn't like #include <bitset>?



Hi, All!
When I include <bitset> in a simple console C++ project ("Hello, world!")
the make complains on a bitstream header file (/usr/include/c++/3.4.2/bitset):
"In file included from main.cc:5:
./bitset:1 error: stray '\127' in program
./bitset:1 error: stray '\1' in program
./bitset:1 error: stray '\1' in program..." and so on.

This very file compiles successfully with the use of a simple Makefile and "make"
command.
   Igor Gorbounov




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]