[libcxx-commits] [PATCH] D109298: [libc++][NFC] Make tuple dtor test compile test

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Sep 6 11:29:46 PDT 2021


Mordante accepted this revision as: Mordante.
Mordante added a comment.

LGTM!



================
Comment at: libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/dtor.compile.pass.cpp:36
   static_assert(!std::is_trivially_destructible<
       std::tuple<int, std::string> >::value, "");
 }
----------------
While you're at it, I would be nice if you can remove the unneeded whitespace in `> >`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D109298/new/

https://reviews.llvm.org/D109298



More information about the libcxx-commits mailing list