Paolo Carlini Thu, 09 Oct 2014 06:57:52 -0700
.. a simple example in C++11 would be: struct S { constexpr S() { { struct T { }; } } };
Paolo.