
6 Aug
2011
6 Aug
'11
9:54 p.m.
On 08/06/2011 10:29 PM, Matt Calabrese wrote:
On Sat, Aug 6, 2011 at 3:40 PM, Matt Calabrese<rivorus@gmail.com> 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.