diff options
author | emsr <emsr@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-11-17 01:58:29 +0000 |
---|---|---|
committer | emsr <emsr@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-11-17 01:58:29 +0000 |
commit | 0615484f8315983dd8457ad57aec7cc1b23d0cc1 (patch) | |
tree | 8075f68f0810b3a3d4d8d213f75f433a62042327 /libstdc++-v3/include/experimental | |
parent | 8f88db8cea17fd36994d71f18945f515ca5bdcb2 (diff) | |
download | gcc-0615484f8315983dd8457ad57aec7cc1b23d0cc1.tar.gz |
I forgot the ChangeLog and a comment fix for my last checkin.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@204912 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/experimental')
-rw-r--r-- | libstdc++-v3/include/experimental/string_view.tcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/experimental/string_view.tcc b/libstdc++-v3/include/experimental/string_view.tcc index 78cbe99e80f..af334b456ca 100644 --- a/libstdc++-v3/include/experimental/string_view.tcc +++ b/libstdc++-v3/include/experimental/string_view.tcc @@ -28,7 +28,7 @@ */ // -// ISO C++ 14882: 21 Strings library +// N3762 basic_string_view library // #ifndef _GLIBCXX_EXPERIMENTAL_STRING_VIEW_TCC |