]> git.ipfire.org Git - thirdparty/vectorscan.git/commit
small_vector: add header to handle older Boost
authorJustin Viiret <justin.viiret@intel.com>
Fri, 10 Mar 2017 02:43:31 +0000 (13:43 +1100)
committerMatthew Barr <matthew.barr@intel.com>
Wed, 26 Apr 2017 05:17:11 +0000 (15:17 +1000)
commit187a4b82c2bb1160da3697e2f4b85f98fbdd0df3
tree205f3cfd2fc32c3df049d5b6e163692f0c2eda9c
parent3e597e85ffcebcb2d11b80282f7ace3ed98c7fcb
small_vector: add header to handle older Boost

This provides ue2::small_vector<T, N, Alloc> which will fall back to
std::vector<T, Alloc> where the Boost version is too old or not present.
CMakeLists.txt
src/util/small_vector.h [new file with mode: 0644]
src/util/ue2_containers.h