Paolo Carlini Fri, 05 Nov 2010 19:28:50 -0700
... oh well, this is enough: struct A { int arr[1];
constexpr A() : arr() { } }; Paolo.