[PATCH] D29930: Add `__is_direct_constructible` trait for checking safe reference initialization.

David Majnemer via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 14 13:19:26 PST 2017


majnemer added inline comments.


================
Comment at: include/clang/Basic/TokenKinds.def:418
 TYPE_TRAIT_N(__is_nothrow_constructible, IsNothrowConstructible, KEYCXX)
+TYPE_TRAIT_N(__is_direct_constructible, IsDirectConstructible, KEYCXX)
 
----------------
Should this trait be grouped here?


https://reviews.llvm.org/D29930





More information about the cfe-commits mailing list