
10 Jan
2013
10 Jan
'13
3:01 p.m.
On Thu, Jan 10, 2013 at 6:53 PM, Sebastian Redl <sebastian.redl@getdesigned.at> wrote:
On 10.01.2013 15:46, Andrey Semashev wrote:
./constexpr_test.cpp:20:12: error: ‘a’ is not a class, namespace, or enumeration
This is your own fault. You want a.get(), not a::get(). Or maybe the line above was supposed to be a typedef?
That was a typo, sorry.