[mpl] #861 Detect nested template members with has_template_xxx

AMDG The patch attached to https://svn.boost.org/trac/boost/ticket/861 works with all the compilers I have to test with. It's fairly long, so I'm not including it here. Okay to commit? In Christ, Steven Watanabe

At Mon, 07 Jun 2010 19:34:52 -0700, Steven Watanabe wrote:
The patch attached to https://svn.boost.org/trac/boost/ticket/861 works with all the compilers I have to test with. It's fairly long, so I'm not including it here. Okay to commit?
Looks good to me. Go ahead unless Aleksey says otherwise. -- Dave Abrahams BoostPro Computing http://www.boostpro.com

On Tue, Jun 8, 2010 at 6:58 AM, David Abrahams <dave@boostpro.com> wrote:
At Mon, 07 Jun 2010 19:34:52 -0700, Steven Watanabe wrote:
The patch attached to https://svn.boost.org/trac/boost/ticket/861 works with all the compilers I have to test with. It's fairly long, so I'm not including it here. Okay to commit?
Looks good to me. Go ahead unless Aleksey says otherwise.
Oh cool! :) Glad this is getting some use. I'll keep an eye open for any maintenance issues. Thanks! Daniel Walker

AMDG Daniel Walker wrote:
On Tue, Jun 8, 2010 at 6:58 AM, David Abrahams <dave@boostpro.com> wrote:
At Mon, 07 Jun 2010 19:34:52 -0700, Steven Watanabe wrote:
The patch attached to https://svn.boost.org/trac/boost/ticket/861 works with all the compilers I have to test with. It's fairly long, so I'm not including it here. Okay to commit?
Looks good to me. Go ahead unless Aleksey says otherwise.
Oh cool! :) Glad this is getting some use. I'll keep an eye open for any maintenance issues. Thanks!
Do you have any idea how to get 0 argument template detection to work correctly with msvc 9+? In Christ, Steven Watanabe

On Tue, Jun 8, 2010 at 10:58 PM, Steven Watanabe <watanabesj@gmail.com> wrote:
AMDG
Daniel Walker wrote:
On Tue, Jun 8, 2010 at 6:58 AM, David Abrahams <dave@boostpro.com> wrote:
At Mon, 07 Jun 2010 19:34:52 -0700, Steven Watanabe wrote:
The patch attached to https://svn.boost.org/trac/boost/ticket/861 works with all the compilers I have to test with. It's fairly long, so I'm not including it here. Okay to commit?
Looks good to me. Go ahead unless Aleksey says otherwise.
Oh cool! :) Glad this is getting some use. I'll keep an eye open for any maintenance issues. Thanks!
Do you have any idea how to get 0 argument template detection to work correctly with msvc 9+?
I remember there were some compilers that had that problem, but it's been awhile since I've worked on this. I'll take a look this weekend. Thanks for bringing it up! Daniel Walker
participants (3)
-
Daniel Walker
-
David Abrahams
-
Steven Watanabe