This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9bf6a8e 2016-11-13 Prathamesh Kulkarni prathamesh.kulkarni@linaro.org new 8503094 Implement P0403R1, Literal suffixes for basic_string_view. * [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: libstdc++-v3/ChangeLog | 13 ++++ libstdc++-v3/include/std/string_view | 30 +++++++++ .../basic_string_view}/literals/types.cc | 17 ++--- .../basic_string_view/literals/values.cc | 72 ++++++++++++++++++++++ .../experimental/string_view/literals/values.cc | 28 +++++++++ 5 files changed, 152 insertions(+), 8 deletions(-) copy libstdc++-v3/testsuite/{experimental/string_view => 21_strings/basic_string_v [...] create mode 100644 libstdc++-v3/testsuite/21_strings/basic_string_view/literals/values.cc