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.
This commit is contained in:
Justin Viiret
2017-03-10 13:43:31 +11:00
committed by Matthew Barr
parent 3e597e85ff
commit 187a4b82c2
3 changed files with 66 additions and 2 deletions

View File

@@ -1012,6 +1012,7 @@ SET (hs_SRCS
src/util/report_manager.cpp
src/util/report_manager.h
src/util/simd_utils.h
src/util/small_vector.h
src/util/target_info.cpp
src/util/target_info.h
src/util/ue2_containers.h