From 3d1bb0077bbcca99dd34176663d3ac71172def99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johel=20Ernesto=20Guerrero=20Pe=C3=B1a?= Date: Mon, 22 Aug 2022 16:55:12 -0400 Subject: [PATCH] [string.view.synop] Index specializations of enable_view --- source/strings.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/strings.tex b/source/strings.tex index b92e709e9a..281aa478a6 100644 --- a/source/strings.tex +++ b/source/strings.tex @@ -541,7 +541,7 @@ class basic_string_view; template - inline constexpr bool ranges::enable_view> = true; + inline constexpr bool ranges::@\libspec{enable_view}{basic_string_view}@> = true; template inline constexpr bool ranges::@\libspec{enable_borrowed_range}{basic_string_view}@> = true;