mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-30 03:34:25 +03:00
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:
committed by
Matthew Barr
parent
3e597e85ff
commit
187a4b82c2
@@ -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
|
||||
|
Reference in New Issue
Block a user