From 9630f46ddeeab51b75f7e38673b43325e3cdc491 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Thu, 11 May 2017 13:51:09 +0000 Subject: Mark LWG#2796 as complete. No functionality change; we had tests that covered it already. Just added comments to the tests llvm-svn: 302798 --- libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/dtor.pass.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/dtor.pass.cpp') diff --git a/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/dtor.pass.cpp b/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/dtor.pass.cpp index fbcda44e406..d7b184f6383 100644 --- a/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/dtor.pass.cpp +++ b/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/dtor.pass.cpp @@ -15,6 +15,10 @@ // ~tuple(); +// C++17 added: +// The destructor of tuple shall be a trivial destructor +// if (is_trivially_destructible_v && ...) is true. + #include #include #include -- cgit v1.2.3