[Bug c++/58747] New: new_for
rian.gabriel at gmail dot com
gcc-bugzilla@gcc.gnu.org
Wed Oct 16 12:48:00 GMT 2013
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58747
Bug ID: 58747
Summary: new_for
Product: gcc
Version: 4.8.1
Status: UNCONFIRMED
Severity: critical
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: rian.gabriel at gmail dot com
Sorry if it has already been reported.
The code compiles and runs without warning.
int i = 0;
for(int i : v)
{
...
}
More information about the Gcc-bugs
mailing list