![]() |
Home | Libraries | People | FAQ | More |
Initial review version, for the review conducted from 7th
December 2007 to 16th December 2007.
初始的審查版本,用於從 7th December 2007 到 16th December 2007 的審查。
Unofficial release uploaded to vault, to be used with Boost
1.35.0. Incorporated many of the suggestions from the review.
非正式發佈,上載到 vault 中,與 Boost 1.35.0 一起使用。集合了審查中的許多建議。
std::size_t
conversion when calculating sizes from the max load factor, and use double
in the calculation for greater accuracy.std::size_t
的轉換,對於更高精度的計算,則使用 double。 First official release.
第一次正式發佈。
emplace
with hint, to emplace_hint
as specified in n2691.emplace
重載函數更名為 emplace_hint。
<boost/unordered/unordered_map_fwd.hpp>
and <boost/unordered/unordered_set_fwd.hpp>.<boost/unordered/unordered_map_fwd.hpp> 和 <boost/unordered/unordered_set_fwd.hpp> 中提供前向頭文件。
boost/unordered,
to assist modularization and hopefully make it easier to track changes in
subversion.boost/unordered 內,以提高模塊化並更易於在 subversion 中進行變更跟蹤。