[Bug c++/63414] template parse error using < operator

2014-09-30 Thread pinskia at gcc dot gnu.org
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

2014-09-30 Thread redi at gcc dot gnu.org
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

2014-09-30 Thread tomalk at mathematik dot uni-freiburg.de
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<