
30 Jan
2012
30 Jan
'12
9:37 p.m.
2012/1/30 Mathias Gaunard <mathias.gaunard@ens-lyon.org>
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.
The type of the object you return can't depend on the content of the string. Roman Perepelitsa.