[libcxx-commits] [PATCH] D91986: [libc++] Implements concept constructible_from

Christopher Di Bella via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Jan 23 10:24:52 PST 2021


cjdb added inline comments.


================
Comment at: libcxx/test/std/concepts/concept.constructible/constructible_from.compile.pass.cpp:41-45
+// Since C++17 dynamic exception specifications are no longer
+// part of the standard.
+struct Throw {
+  ~Throw() throw();
+};
----------------
Post-LGTM nit: do we really need this one if it's no longer standard?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91986



More information about the libcxx-commits mailing list