cstdint can only be included when using -std=gnu++0x flag for g++
Bug #715838 reported by
Troels Blum
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
gcc-4.4 (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: libstdc++6-4.4-dev
/usr/include/
#ifndef __GXX_EXPERIMEN
# include <c++0x_warning.h>
#endif
So when including cstdint and running g++ with default settings you get the following error:
In file included from /usr/include/
...
/usr/include/
This may be an upstream bug for the GCC people
To post a comment you must log in.
Status changed to 'Confirmed' because the bug affects multiple users.