teslamotors / fixed-containers

C++ Fixed Containers
MIT License
377 stars 33 forks source link

[unit-tests] Migrate to std::ranges (from range-v3) #145

Closed alexkaratarakis closed 2 months ago

alexkaratarakis commented 2 months ago

This is a test-only change, as range-v3 is not used in the API. The aforementioned tests are meant to verify that fixed_containers work with ranges appropriately.