gccの実験ビルド4.6)(GCC 4.5/4.6付き)C++ 11の初期化構文の問題
これは有効なC++ 11でないか、gccの実装が不完全ですか?
編集:ここでは、コンパイラのエラーは、次のとおりです。
test.cpp: In function int main():
test.cpp:14:10: error: expected) before { token
test.cpp:14:10: error: a function-definition is not allowed here before { token
test.cpp:14:18: error: expected primary-expression before) token
test.cpp:14:18: error: expected ; before) token
一般的に、特にGCC4.5.xの場合は後者が当てはまります。 GCC4.6.xはより完全ですがバグもあります。可能であれば更新してください。 – marko