forked from boostorg/intrusive
#1912: some copy edits on boost.intrusive
#1932: move semantics for shared objects #1635: Incomplete include guard in boost/intrusive [SVN r45693]
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -8,4 +8,5 @@ Take advantage of store_hash in lookups: Instead of comparing objects, just
|
|||||||
Improve the use of cache_begin to unordered containers:
|
Improve the use of cache_begin to unordered containers:
|
||||||
-> Speed up rehash
|
-> Speed up rehash
|
||||||
|
|
||||||
|
Add erase(iterator, iterator, difference_type) to lists to obtain constant-time erase.
|
||||||
|
|
||||||
|
@@ -10,7 +10,6 @@
|
|||||||
// See http://www.boost.org/libs/intrusive for documentation.
|
// See http://www.boost.org/libs/intrusive for documentation.
|
||||||
//
|
//
|
||||||
/////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#include <boost/intrusive/detail/config_begin.hpp>
|
#include <boost/intrusive/detail/config_begin.hpp>
|
||||||
#include <boost/intrusive/unordered_set.hpp>
|
#include <boost/intrusive/unordered_set.hpp>
|
||||||
#include <boost/intrusive/detail/pointer_to_other.hpp>
|
#include <boost/intrusive/detail/pointer_to_other.hpp>
|
||||||
|
Reference in New Issue
Block a user