8 Apr
2009
8 Apr
'09
8:15 p.m.
-----Original Message----- From: boost-users-bounces@lists.boost.org [mailto:boost-users- bounces@lists.boost.org] On Behalf Of Joel Falcou Sent: 08 April 2009 19:25 To: boost-users@lists.boost.org Subject: Re: [Boost-users] different member function signatures based on class template arguments
Thanks. I moved the 1st typename out of enable_if in a separate
Hicham Mouline a écrit : metatfct
(kind of binder1st for mpl)
It still fails the compile error is here:
regards,
You may want to use enable_if on the return type instead of the argument type.
Unfortunately, it doesn't seem to work either because of the same error. And I tried g++ and MSVC. Regards,