Fix PR#35119 : set_union misbehaves with move_iterators. Thanks to Denis Yaroshevskiy...
authorMarshall Clow <mclow.lists@gmail.com>
Mon, 30 Oct 2017 15:50:00 +0000 (15:50 +0000)
committerMarshall Clow <mclow.lists@gmail.com>
Mon, 30 Oct 2017 15:50:00 +0000 (15:50 +0000)
commit05da5b0205aeada52a6838353d214db3723c79c7
tree2cc8e56888649ff4c4938cd9f475e40bdd6979c7
parent4e13d4de52783dbdf9268a01055b546f5176947c
Fix PR#35119 : set_union misbehaves with move_iterators. Thanks to Denis Yaroshevskiy for both the bug report and the fix.

llvm-svn: 316914
libcxx/include/algorithm
libcxx/test/std/algorithms/alg.sorting/alg.set.operations/set.union/set_union_move.pass.cpp [new file with mode: 0644]