Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
constexpr unsigned foo[] = { 0, foo[0] }; int main() {}
gcc sagt dazu:
test.cpp:1:40: error: the value of ‘foo’ is not usable in a constant expression test.cpp:1:20: note: ‘foo’ used in its own initializer
hat er recht?