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

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

[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 tomalk at mathematik dot uni-freiburg.de --- #include iostream templateclass T int bar ( const T ) { return 0; } struct Foo { int bar; }; templateclass F void callBar ( F foo ) { if( foo.bar0 ) std