From db97739d4ee0c5afbaebd1ddffe152350a9f7e65 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 bb62e11739..4fc18f56e4 100644 --- a/source/strings.tex +++ b/source/strings.tex @@ -541,7 +541,7 @@ class basic_string_view; template - constexpr bool ranges::enable_view> = true; + constexpr bool ranges::@\libspec{enable_view}{basic_string_view}@> = true; template constexpr bool ranges::@\libspec{enable_borrowed_range}{basic_string_view}@> = true;