This patch implements http://cplusplus.github.io/LWG/lwg-defects.html#2911.
I'm putting this up for review until __is_aggregate is added to clang (See D31513)
Paths
| Differential D31515
[libc++] Implement LWG 2911 - add an is_aggregate type-trait ClosedPublic Authored by EricWF on Mar 30 2017, 3:54 PM.
Details Summary This patch implements http://cplusplus.github.io/LWG/lwg-defects.html#2911. I'm putting this up for review until __is_aggregate is added to clang (See D31513)
Diff Detail Event TimelineComment Actions GCC implemented __is_aggregate hours ago as part of 7.0.1. Update the feature checks to reflect that. This revision is now accepted and ready to land.Apr 6 2017, 6:49 AM
Revision Contents
Diff 95041 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
|