開催まとめ
開催履歴
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++14make_uniqueC++14非破壊シーケンス操作を堅固にC++14コンパイル時整数シーケンスC++14タプルの型指定アクセスC++14クォート文字列ライブラリC++14共有ロックC++14タイプトレイツの短縮C++14integral_constantの強化C++14exchangeユーティリティ関数C++14標準ライブラリのユーザ定義リテラルC++14ヌル前方イテレータC++14functionalのconstexpr対応C++14chronoのconstexpr対応C++14complexのconstexpr対応C++14ユーティリティのconstexpr対応C++14コンテナのconstexpr対応C++14非メンバ関数のcbeginとcendC++14randとその仲間の非推奨化C++14getsの廃止
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++14Tweak to certain C++ contextual conversionsC++14Variable templates : 変数テンプレートC++14Relaxing requirements on constexpr functions : constexprの制限緩和C++14Member initializers and aggregates : 宣言時のメンバ初期化を持つ型の集成体初期化を許可C++14Clarifying 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++14Binary literals : 2進リテラルC++14decltype(auto)C++14Return type deduction for normal functions : 通常関数の戻り値型推論C++14Initialized lambda captures : ラムダ式の初期化キャプチャC++14Generic lambdas : ジェネリックラムダC++14Single quotation mark as digit separator : 数値リテラルの桁区切り文字C++14C++ Sized Deallocation : サイズ付きデアロケーション