Fix bug #27260 - add missing swap(reference, reference) to vector<bool>.
authorMarshall Clow <mclow.lists@gmail.com>
Thu, 7 Apr 2016 14:20:31 +0000 (14:20 +0000)
committerMarshall Clow <mclow.lists@gmail.com>
Thu, 7 Apr 2016 14:20:31 +0000 (14:20 +0000)
commit0ab420570500273e2814a21f65075257b319b59b
tree6c143e588c44d1e9b40f6676393cbb3830dbaf2d
parentf6660dab0251b86bd0c5412bfd6858bfcd908104
Fix bug #27260 - add missing swap(reference, reference) to vector<bool>.

llvm-svn: 265672
libcxx/include/vector
libcxx/test/std/containers/sequences/vector.bool/reference.swap.pass.cpp [new file with mode: 0644]