From 499a78602432c4926004f859d5fe957c313adc09 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 19 Nov 2016 18:04:00 +0200 Subject: Add small_vector class template It has a (mostly) std::vector interface (it derives from it) and will store up to N elements in the same storage as the vector instance itself. --- tests/buildfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/buildfile') diff --git a/tests/buildfile b/tests/buildfile index 84a17aa..909432c 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -4,7 +4,7 @@ d = base64/ cpfile/ dir-iterator/ fdstream/ link/ manifest-parser/ \ manifest-serializer/ manifest-roundtrip/ pager/ path/ prefix-map/ \ - process/ sha256/ strcase/ timestamp/ triplet/ + process/ sha256/ small-vector/ strcase/ timestamp/ triplet/ ./: $d include $d -- cgit v1.1