diff options
Diffstat (limited to 'tests/small-vector/driver.cxx')
-rw-r--r-- | tests/small-vector/driver.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
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 <string> -#include <vector> #include <iostream> #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 <typename T, size_t N> inline bool |