[libcxx-commits] [PATCH] D93461: [libc++] Implements concept default_initializable.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Jan 23 10:55:29 PST 2021
Mordante added inline comments.
================
Comment at: libcxx/test/std/concepts/concept.default.init/default_initializable.compile.pass.cpp:48
+// part of the standard.
+struct Throw{ ~Throw() throw(); };
+
----------------
Remove this test. During the review of D91986 is turned out this deprecated feature is no longer valid in C++20.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93461/new/
https://reviews.llvm.org/D93461
More information about the libcxx-commits
mailing list