Merge branch 'cpp-btree' into infrastructure_sharing

This commit is contained in:
Jonathan G Rennison
2018-01-26 18:26:24 +00:00
16 changed files with 4023 additions and 0 deletions

View File

@@ -1202,3 +1202,12 @@ thread/thread.h
#else
thread/thread_none.cpp
#end
# Btree containers
3rdparty/cpp-btree/btree.h
3rdparty/cpp-btree/btree_container.h
3rdparty/cpp-btree/btree_map.h
3rdparty/cpp-btree/btree_set.h
3rdparty/cpp-btree/safe_btree.h
3rdparty/cpp-btree/safe_btree_map.h
3rdparty/cpp-btree/safe_btree_set.h