diff options
| author | Eric Fiselier <eric@efcs.ca> | 2016-06-26 22:56:26 +0000 |
|---|---|---|
| committer | Eric Fiselier <eric@efcs.ca> | 2016-06-26 22:56:26 +0000 |
| commit | bb94dca13a096a187c66f594d7c802a29bf5fb69 (patch) | |
| tree | 617b1d5f670ddfbbcd4d914add5832b66f83460c /libcxx/test/std/language.support/support.exception/except.nested/assign.pass.cpp | |
| parent | 0a68bf96278aeb4684debb2c8140bdf3e6655753 (diff) | |
| download | bcm5719-llvm-bb94dca13a096a187c66f594d7c802a29bf5fb69.tar.gz bcm5719-llvm-bb94dca13a096a187c66f594d7c802a29bf5fb69.zip | |
Fix PR28079 - std::wstring_convert move constructor broken.
The move constructor for wstring_convert accidentally copied the state member
into the converted count member in the move constructor. This patch fixes
the typo.
While working on this I discovered that wstring_convert doesn't actually
provide a move constructor according to the standard and therefore this
constructor is a libc++ extension. I'll look further into whether libc++ should
provide this constructor at all. Neither libstdc++ or MSVC's STL provide it.
llvm-svn: 273831
Diffstat (limited to 'libcxx/test/std/language.support/support.exception/except.nested/assign.pass.cpp')
0 files changed, 0 insertions, 0 deletions

