From 219ee9855da12b4914262546cc2d0afeb18b5bb9 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Sun, 24 Sep 2023 22:54:36 +0300 Subject: [PATCH] Renamed String Ref to String View and updated link to docs. The pewvious link to docs was broken, and string_view basically superceded string_ref, so renaming the library entry is appropriate. Fixes https://github.com/boostorg/utility/issues/105. --- meta/libraries.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/libraries.json b/meta/libraries.json index a16b6f4..b53ce5c 100644 --- a/meta/libraries.json +++ b/meta/libraries.json @@ -106,10 +106,10 @@ "cxxstd": "03" }, { - "key": "utility/string_ref", - "name": "String Ref", + "key": "utility/string_view", + "name": "String View", "description": "String view templates.", - "documentation": "doc/html/string_ref.html", + "documentation": "doc/html/utility/utilities/string_view.html", "category": [ "Containers" ],