From b032ec0d5039e2dcd878ab82d74e3a79e94687d5 Mon Sep 17 00:00:00 2001 From: Edward Smith-Rowland Date: Sat, 16 Nov 2013 18:03:40 +0000 Subject: [PATCH] Changed reference to Ch21 Strings in comments in experimental/string_view*. Forgot this in the main patch. Sorry. From-SVN: r204903 --- libstdc++-v3/include/experimental/string_view | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libstdc++-v3/include/experimental/string_view b/libstdc++-v3/include/experimental/string_view index d2cb7cfbb66a..fbe982ace28c 100644 --- a/libstdc++-v3/include/experimental/string_view +++ b/libstdc++-v3/include/experimental/string_view @@ -27,7 +27,7 @@ */ // -// ISO C++ 14882: 21 Strings library +// N3762 basic_string_view library // #ifndef _GLIBCXX_EXPERIMENTAL_STRING_VIEW -- 2.47.3