2013-07-30から1日間の記事一覧

Boost逆引きリファレンス更新

C++

動的型 - Boost逆引きリファレンス 「値を取り出す」を追加しました。

static_vectorのムーブコンストラクタ/代入演算子は線形時間

C++

Boost 1.54.0からBoost.Containerに入ったstatic_vectorですが、そのムーブコンストラクタとムーブ代入演算子の計算量はO(N)になっています。 static_vector(static_vector&& other); Move constructor. Moves Values stored in the other static_vector to …