[PATCH] D55741: Implementation Feature Test Macros for P0722R3
Jonathan Wakely via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 17 00:58:53 PST 2019
jwakely added a comment.
I'd be happy to restrict this to > C++17 only (which is automatically the case when using G++ because there's no `-fdestroying-delete` to enable it, you only get it with `-std=c++2a`, `-std=gnu++2a` etc.)
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55741/new/
https://reviews.llvm.org/D55741
More information about the cfe-commits
mailing list