mlund / faunus

A Framework for Metropolis Monte Carlo Simulation of Molecular Systems
https://faunus.readthedocs.io
MIT License
65 stars 34 forks source link

Partial migration from range-v3 to `std::ranges` #452

Closed mlund closed 4 months ago

mlund commented 4 months ago

Where possible, this uses std::ranges instead of the external range-v3 library. More conversions will be possible when we eventually migrate to C++23.