dBy: roger dot ferrer at bsc dot es
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39512
--- Comment #4 from roger dot ferrer at bsc dot es 2009-03-30 18:04 ---
Thanks a lot.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39512
nassigned at gcc dot gnu dot org
ReportedBy: roger dot ferrer at bsc dot es
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41426
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: roger dot ferrer at bsc dot es
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43327
--- Comment #1 from roger dot ferrer at bsc dot es 2010-03-11 07:56 ---
For what it's worth, replacing
static const int m = 4;
with
enum { m = 4 };
works fine.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43327
Summary: Address of templete function even if named as a
template-id is not properly determined
Product: gcc
Version: 4.4.5
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned
--- Comment #3 from roger dot ferrer at bsc dot es 2010-08-27 15:46 ---
(In reply to comment #2)
> (In reply to comment #1)
> > (In reply to comment #0)
> > > (void(*)(void)) my_fun<_T> // This is test.cpp:22
> >
> > Can I assume you meant to