8 Commits

Author SHA1 Message Date
Zach Laine
f735c78fb8 GTest -> Boost.Test
Fixes #24.
2020-01-01 18:23:06 -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
b051cfee6a Add provision of operator== and operator< to container_interface. 2019-08-22 00:48:58 -05:00
Zach Laine
0086bdf8ef Address all of the remaining v2::iterator_interface-related TODOs. 2019-08-20 00:05:55 -05:00
Zach Laine
523d723d76 Add missing operator!= for container_interface; fix by-value parameters in
other comparison functions.
2019-08-18 19:26:36 -05:00
Zach Laine
497ee7dd74 Add copious commentary explaining that -- and why --
container_interface::insert(pos, n, x) is not constrained.  I tried.  I really
did.
2019-08-17 19:19:44 -05:00
Zach Laine
a65257471b Add container_interface test using a std::array-like type. 2019-08-17 15:55:52 -05:00