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.
This commit is contained in:
Andrey Semashev 2023-09-24 22:54:36 +03:00
parent cea4262e62
commit 219ee9855d

View File

@ -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"
],