From b62ccc5d017e54beecd72d64d2074473c49192a7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 4 Jan 2018 09:49:34 +0200 Subject: Implement small_list, small_forward_list Note that with VC small_list is never "small" because of the extra "headnode" that this implementation allocates (see notes in small-list.mxx for details). --- tests/small-vector/driver.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/small-vector') diff --git a/tests/small-vector/driver.cxx b/tests/small-vector/driver.cxx index fe386a4..a9f1584 100644 --- a/tests/small-vector/driver.cxx +++ b/tests/small-vector/driver.cxx @@ -6,7 +6,6 @@ #ifndef __cpp_lib_modules #include -#include #include #endif @@ -25,7 +24,7 @@ import butl.small_vector; using namespace std; using namespace butl; -// Return if v.data() points to somewhere inside v. +// Return true if v.data() points to somewhere inside v. // template inline bool -- cgit v1.1