summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/language.support/support.exception/except.nested/assign.pass.cpp
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2016-06-26 22:56:26 +0000
committerEric Fiselier <eric@efcs.ca>2016-06-26 22:56:26 +0000
commitbb94dca13a096a187c66f594d7c802a29bf5fb69 (patch)
tree617b1d5f670ddfbbcd4d914add5832b66f83460c /libcxx/test/std/language.support/support.exception/except.nested/assign.pass.cpp
parent0a68bf96278aeb4684debb2c8140bdf3e6655753 (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud