++
Assignee: unassigned at gcc dot gnu.org
Reporter: yanp.bugz at gmail dot com
Target Milestone: ---
iostream comes with typedefs like uint8_t , int32_t etc. The most confusing is
"typedef unsigned int uint;", which is non-stadart. I guess they should be
removed from iostream
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: yanp.bugz at gmail dot com
Target Milestone: ---
Code example:
struct C{
static int count;
C(int, int) {count++;}
};
#define BUG
struct C1