Add tests to check that swap(std::function, std::function) is noexcept. This is LWG...
authorMarshall Clow <mclow.lists@gmail.com>
Mon, 10 Oct 2016 16:47:48 +0000 (16:47 +0000)
committerMarshall Clow <mclow.lists@gmail.com>
Mon, 10 Oct 2016 16:47:48 +0000 (16:47 +0000)
commit089d54b5405b8e84214ca4e45af75ab724209f60
treed95c983b9aff842a4632db445ff6071d4c26f6cc
parent3174bde6f4c3a0443f99d5c0fc062bd88a471b9c
Add tests to check that swap(std::function, std::function) is noexcept. This is LWG#2062, but we already do this. No changes to the library, just adding tests.

llvm-svn: 283780
libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg/swap.pass.cpp