GCC の C++14 の対応状況

Clang の方はちょくちょく確認しているんですが GCC がどれぐらい対応しているのか知らなかったので調べてみた。
と、いうかいつの間にか 4.9 が出てたのか。

[gcc 4.9 で実装済み]

  • Tweak to certain C++ contextual conversions
  • Binary literals
  • Return type deduction for normal functions
  • Runtime-sized arrays with automatic storage duration
  • Generalized lambda capture (init-capture)


こんな感じみたい。
Clang よりは実装が進んでいるみたいですね。
gcc 4.9 もぼちぼち試してみたいところ。