Subject: Re: [boost] [Review] Type Traits Extension ending tomorrow
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2011-03-17 12:56:25


On 17/03/2011 14:01, John Maddock wrote:

> I'm not much concerned whether it's possible to check for void return
> types as I can't think of a use for that ;-)

Joining the discussion a bit late... isn't it possible with typeof/decltype?
In which case the library should allow it, even if it's not possible on
all compilers.