開催まとめ
開催履歴
ebisu_feature.cpp vol.3
日時 : Jan 11, 2018
告知 : https://ebisu-effective-modern-cpp.connpass.com/event/76028/
紹介役: 鳥頭かりやマン @kariya_mitsuru
資料 : C++14 すごーい!たーのしー!!! C++14ライブラリ編 https://speakerdeck.com/kariyamitsuru/new-features-of-c-plus-plus-14-library
C++14
演算子関数オブジェクトの強化C++14
連想コンテナの異種比較検索C++14
make_uniqueC++14
非破壊シーケンス操作を堅固にC++14
コンパイル時整数シーケンスC++14
タプルの型指定アクセスC++14
クォート文字列ライブラリC++14
共有ロックC++14
タイプトレイツの短縮C++14
integral_constantの強化C++14
exchangeユーティリティ関数C++14
標準ライブラリのユーザ定義リテラルC++14
ヌル前方イテレータC++14
functionalのconstexpr対応C++14
chronoのconstexpr対応C++14
complexのconstexpr対応C++14
ユーティリティのconstexpr対応C++14
コンテナのconstexpr対応C++14
非メンバ関数のcbeginとcendC++14
randとその仲間の非推奨化C++14
getsの廃止
ebisu_feature.cpp vol.2
日時 : Dec 14, 2017
告知 : https://ebisu-effective-modern-cpp.connpass.com/event/74167/
紹介役: 鳥頭かりやマン @kariya_mitsuru
資料 : C++14 すごーい!たーのしー!!! C++14言語編(前回の続き) https://www.slideshare.net/kariya_mitsuru/c14-84084931/kariya_mitsuru/c14-84084931
C++14
Tweak to certain C++ contextual conversionsC++14
Variable templates : 変数テンプレートC++14
Relaxing requirements on constexpr functions : constexprの制限緩和C++14
Member initializers and aggregates : 宣言時のメンバ初期化を持つ型の集成体初期化を許可C++14
Clarifying memory allocationC++14
[[deprecated]] attribute
ebisu_feature.cpp vol.1
日時 : Nov 29, 2017
告知 : https://ebisu-effective-modern-cpp.connpass.com/event/72793/
紹介役: 鳥頭かりやマン @kariya_mitsuru
資料 : C++14 すごーい!たーのしー!!! C++14言語編 https://www.slideshare.net/kariya_mitsuru/c14-84084931/kariya_mitsuru/c14-84084931
C++14
Binary literals : 2進リテラルC++14
decltype(auto)C++14
Return type deduction for normal functions : 通常関数の戻り値型推論C++14
Initialized lambda captures : ラムダ式の初期化キャプチャC++14
Generic lambdas : ジェネリックラムダC++14
Single quotation mark as digit separator : 数値リテラルの桁区切り文字C++14
C++ Sized Deallocation : サイズ付きデアロケーション