[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<

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

2014-09-30 Thread tomalk at mathematik dot uni-freiburg.de
: c++ Assignee: unassigned at gcc dot gnu.org Reporter: tomalk at mathematik dot uni-freiburg.de