[Bug c++/62243] New: Non-typename template argument behaviour in loop (unsigned int)
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: bjodah at gmail dot com I have come across something that puzzles me quite a bit, consider this small program: #include template void f(){ for (int i=-1*static_cast(w); i <= w;
[Bug c++/62243] Non-typename template argument behaviour in loop (unsigned int)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62243 --- Comment #3 from Bjoern Dahlgren --- Will do. Sorry for this and thank you.