Add TODOs.

This commit is contained in:
Zach Laine
2019-08-16 19:26:19 -05:00
parent 27cd6092fc
commit e2c29ca9a8
2 changed files with 6 additions and 1 deletions

View File

@@ -41,7 +41,9 @@
[import ../example/static_vector.hpp]
[import ../example/static_vector.cpp]
[/ Images ]
[/ TODO: The top-level intro docs need some attention. Right now, it looks like the library is only (or mostly) concerned with iterators. ]
/ Images ]
[def __note__ [$images/note.png]]
[def __tip__ [$images/tip.png]]

View File

@@ -17,6 +17,9 @@ template struct static_vector<int, 1024>;
using vec_type = static_vector<int, 10>;
// TODO: Need tests of other containers (non-sequence, etc.), including
// assertions of what is *not* provided.
TEST(static_vec, default_ctor)
{
vec_type v;