diff options
author | Edward Smith-Rowland <emsr@gcc.gnu.org> | 2013-11-16 18:03:40 +0000 |
---|---|---|
committer | Edward Smith-Rowland <emsr@gcc.gnu.org> | 2013-11-16 18:03:40 +0000 |
commit | b032ec0d5039e2dcd878ab82d74e3a79e94687d5 (patch) | |
tree | ce36e92978adeb21fb436e8cbad91d566325a4c8 | |
parent | 77cba5af77ccf8fc66f3309de666daa8a4deb623 (diff) | |
download | gcc-b032ec0d5039e2dcd878ab82d74e3a79e94687d5.zip gcc-b032ec0d5039e2dcd878ab82d74e3a79e94687d5.tar.gz gcc-b032ec0d5039e2dcd878ab82d74e3a79e94687d5.tar.bz2 |
Changed reference to Ch21 Strings in comments in experimental/string_view*.
Forgot this in the main patch. Sorry.
From-SVN: r204903
-rw-r--r-- | libstdc++-v3/include/experimental/string_view | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/experimental/string_view b/libstdc++-v3/include/experimental/string_view index d2cb7cf..fbe982a 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 |