-
Intrusive now takes advantage of compilers with variadic templates.
伸入式容器現在可以利用支持可變數量模板的編譯器。
-
clone_from functions now
copy predicates and hash functions of associative containers.
clone_from 函數現在會複製關聯容器的謂詞和散列函數。
-
Added incremental hashing to unordered containers via
incremental<> option.
通過 incremental<> 選項為無序容器增加了遞增散列。
-
Update some function parameters from
iterator
to const_iterator in containers
to keep up with the draft of the next standard.
將容器中一些函數參數由 iterator 改為 const_iterator 以符合下一標準的草案。
-
Added an option to specify include files for intrusive configurable assertion
macros.
增加一個選項,為介入式的可配置斷言宏包含頭文件。
- Added
linear<>
and cache_last<>
options to singly linked lists.
單鏈表增加了 linear<> 和
cache_last<>
選項。
- Added
optimize_multikey<>
option to unordered container hooks.
無序容器鉤子增加了 optimize_multikey<>
選項。
- Optimized unordered containers when
store_hash
option is used in the hook.
當在鉤子中使用 store_hash
選項時,對無序容器進行優化。
- Implementation changed to be exception agnostic so that it
can be used in environments without exceptions.
實現改為異常不可知的,以便可在無異常的環境中使用。
- Added
container_from_iterator
function to tree-based containers.
基於樹的容器增加了 container_from_iterator
函數。