]> git.ipfire.org Git - thirdparty/gcc.git/commit - libstdc++-v3/testsuite/ext/vstring/operators/1.cc
vstring.h (operator+(__versa_string<>&&, const __versa_string<>&), [...]): Add.
authorPaolo Carlini <paolo.carlini@oracle.com>
Wed, 15 Dec 2010 12:59:05 +0000 (12:59 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Wed, 15 Dec 2010 12:59:05 +0000 (12:59 +0000)
commit3ca4d07dffe49b9c51f713cb78c785ecb185b04a
treeff2021fb6ec9de11c31e35052fb7b2e3ea2495bd
parent5519175f4c25f46a987b1e7dd964d153b9a68419
vstring.h (operator+(__versa_string<>&&, const __versa_string<>&), [...]): Add.

2010-12-15  Paolo Carlini  <paolo.carlini@oracle.com>

* include/ext/vstring.h (operator+(__versa_string<>&&,
const __versa_string<>&), operator+(const __versa_string<>&,
__versa_string<>&&), operator+(__versa_string<>&&,
__versa_string<>&&), operator+(const _CharT*,
__versa_string<>&&), operator+(_CharT, __versa_string<>&&),
operator+(__versa_string<>&&, const _CharT*),
operator+(__versa_string<>&&, _CharT)): Add.
* testsuite/ext/vstring/operators/1.cc: New.

From-SVN: r167853
libstdc++-v3/ChangeLog
libstdc++-v3/include/ext/vstring.h
libstdc++-v3/testsuite/ext/vstring/operators/1.cc [new file with mode: 0644]