$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] enable_if and non-template member functions?
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2011-08-06 17:54:14
On 08/06/2011 10:29 PM, Matt Calabrese wrote:
> On Sat, Aug 6, 2011 at 3:40 PM, Matt Calabrese<rivorus_at_[hidden]> wrote:
>
>> I'll put something together and make sure it all gets to Release.
>>
>
> Opinions on the following macro implementation?
> http://codepaste.net/svq4hu
You managed to cram so many non-C++03 things in that macro it's impressive.
__COUNTER__, variadic macros, decltype and function template default args.
I think that for those reasons, it's pretty much unusable in real code.