mirror of
https://github.com/boostorg/utility.git
synced 2025-05-09 15:04:00 +00:00
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:
parent
cea4262e62
commit
219ee9855d
@ -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"
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user