mirror of
https://github.com/boostorg/stl_interfaces.git
synced 2026-01-19 04:42:12 +00:00
Add TODOs.
This commit is contained in:
@@ -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]]
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user