Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: trufanovan at gmail dot com
Target Milestone: ---
Created attachment 40738
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40738&action=edit
ii file
It's probably
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79508
--- Comment #3 from Alexander Trufanov ---
>When looking for a template after . or ->, only consider class templates.
Looks like it means the problem at least can be workarounded by wrapping
function into a class. The code:
>code
class C
{
publ
Severity: minor
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: trufanovan at gmail dot com
Target Milestone: ---
gcc version 4.9.2 (Ubuntu 4.9.2-10ubuntu13)
Full gcc -v output is here: http://pastebin.com/apZhYVUU
gcc is