[PATCH] D31515: [libc++] Implement LWG 2911 - add an is_aggregate type-trait

Eric Fiselier via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 31 02:31:39 PDT 2017


EricWF updated this revision to Diff 93605.
EricWF added a comment.

GCC implemented `__is_aggregate` hours ago as part of 7.0.1. Update the feature checks to reflect that.


https://reviews.llvm.org/D31515

Files:
  include/__config
  include/type_traits
  test/libcxx/utilities/meta/meta.unary/meta.unary.prop/missing_is_aggregate_trait.fail.cpp
  test/std/utilities/meta/meta.unary/meta.unary.prop/is_aggregate.pass.cpp
  www/cxx1z_status.html

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31515.93605.patch
Type: text/x-patch
Size: 7553 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170331/31732835/attachment.bin>


More information about the cfe-commits mailing list