14 Commits

Author SHA1 Message Date
Zach Laine
5be9130135 Correct comment in example. 2020-08-03 12:15:42 -05:00
Zach Laine
cc224edc54 Add move-only value_type tests of static_vector example.
Fixes #31.
2020-01-03 15:22:20 -06:00
Zach Laine
9121eea229 Remove resize() from sequence_container_interface. 2020-01-03 15:22:20 -06:00
Zach Laine
32916776f5 Add missing #include <tuple> (for std::tie) to the static_vector example.
Fixes #21.
2020-01-01 13:32:31 -06:00
Zach Laine
baf9f70902 container_interface -> sequence_container_interface
Fixes #15.
2020-01-01 13:32:31 -06:00
Zach Laine
e55bb9ffdb Make element_type an enum class; bool Contiguous -> element_type Contiguity in {view,container}_interface.
Fixes #14.
2020-01-01 13:32:31 -06:00
Zach Laine
f0dc49747f Remove boneheaded attempt to provide container dtors via container_interface.
Fixes #12.
2020-01-01 13:32:23 -06:00
Zach Laine
fcfcdd7d89 Doc spell-checking. 2019-08-23 00:07:07 -05:00
Zach Laine
b051cfee6a Add provision of operator== and operator< to container_interface. 2019-08-22 00:48:58 -05:00
Zach Laine
8b6d352e3e Add v2_static_vec test; fix errors; some errors remain. 2019-08-20 19:57:45 -05:00
Zach Laine
37d421f20e Doc copy editing. 2019-08-16 22:12:03 -05:00
Zach Laine
5328878b97 Doc typos. 2019-08-15 22:32:51 -05:00
Zach Laine
bbc7480991 Extend the static_vector/container_interface docs. 2019-08-15 22:09:02 -05:00
Zach Laine
c4503988d8 Add test for static_vector/container_interface. 2019-08-15 22:09:02 -05:00