[Bug c++/63414] template parse error using < operator
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63414 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---
[Bug c++/63414] template parse error using < operator
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63414 Jonathan Wakely changed: What|Removed |Added Keywords||rejects-valid Status|UNCON
[Bug c++/63414] template parse error using < operator
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63414 --- Comment #1 from Tobias Malkmus --- #include template int bar ( const T& ) { return 0; } struct Foo { int bar; }; template void callBar ( F& foo ) { if( foo.bar<0 ) std::cout<