docs: range-v3 dependency note fixed on the usage page

Resolves #319
This commit is contained in:
Mateusz Pusz
2021-12-13 10:20:12 +01:00
parent 4efed3c6d4
commit 0a5e791550

View File

@@ -23,7 +23,7 @@ This repository contains three independent CMake-based projects:
- `{fmt} <https://github.com/fmtlib/fmt>`_ to provide text formatting of quantities.
- `gsl-lite <https://github.com/gsl-lite/gsl-lite>`_ to verify runtime contracts with the ``gsl_Expects`` macro.
- [only for clang-12 with libc++] `range-v3 <https://github.com/ericniebler/range-v3>`_ to provide needed C++20 concepts and utilities.
- [only for clang < 14 with libc++] `range-v3 <https://github.com/ericniebler/range-v3>`_ to provide needed C++20 concepts and utilities.
- *.*