[Bug c++/49327] Parse error involving templated method inside templated class

2011-06-08 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49327

Paolo Carlini paolo.carlini at oracle dot com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||INVALID

--- Comment #1 from Paolo Carlini paolo.carlini at oracle dot com 2011-06-08 
17:25:34 UTC ---
You want:

  DelegateType::template from_methodT(object_ptr);


[Bug c++/49327] Parse error involving templated method inside templated class

2011-06-08 Thread robinei at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49327

--- Comment #2 from robinei at gmail dot com 2011-06-08 17:35:22 UTC ---
(In reply to comment #1)
 You want:
 
   DelegateType::template from_methodT(object_ptr);

Doh! thanks