Commit graph

6 commits

Author SHA1 Message Date
ce7cc4492c Explicitly test for canonicity
This will come in handy later, with more complex test cases.
2024-08-24 19:27:36 +01:00
5868b5d36c Introduce 'IntervalMapTest' fixture 2024-08-24 19:16:27 +01:00
b23af215e8 Handle empty range insertion 2024-08-24 19:16:27 +01:00
9d2e062c38 Add test for minimal 'interval_map' type interface
Add `KeyInterface` (respectively `ValueInterface`). Those classes
provide the minimum documented interface for `K` (respectively `V`) in
`interval_map<K, V>`.
2024-08-24 19:16:27 +01:00
e16ecf060b Add given code 2024-08-24 19:16:27 +01:00
3a182f3d0c Bootstrap project 2024-08-23 21:28:41 +01:00