Subject: Re: [boost] Requesting a review of Metaparse
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2012-01-30 16:11:48


On 01/30/2012 08:22 AM, Abel Sinkovics wrote:
> I can't see how one could do the following using
> constexpr:
>
> [...]
> - create types as the result of parsing

You'd have to return objects, but then you can call decltype on them and
get types.