From 0a5e791550a064ee4ace1563716536f7c2b4d93b Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Mon, 13 Dec 2021 10:20:12 +0100 Subject: [PATCH] docs: `range-v3` dependency note fixed on the usage page Resolves #319 --- docs/usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage.rst b/docs/usage.rst index 68f34655..9f530020 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -23,7 +23,7 @@ This repository contains three independent CMake-based projects: - `{fmt} `_ to provide text formatting of quantities. - `gsl-lite `_ to verify runtime contracts with the ``gsl_Expects`` macro. - - [only for clang-12 with libc++] `range-v3 `_ to provide needed C++20 concepts and utilities. + - [only for clang < 14 with libc++] `range-v3 `_ to provide needed C++20 concepts and utilities. - *.*