This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Implement LWG 2911 - add an is_aggregate type-trait
ClosedPublic

Authored by EricWF on Mar 30 2017, 3:54 PM.

Diff Detail

Event Timeline

EricWF updated this revision to Diff 93605.Mar 31 2017, 2:31 AM

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

EricWF updated this revision to Diff 93606.Mar 31 2017, 2:36 AM
  • Fix accidental change.
EricWF updated this revision to Diff 93607.Mar 31 2017, 2:39 AM
  • Fix typo in // UNSUPPORTED directive.
This revision is now accepted and ready to land.Apr 6 2017, 6:49 AM
EricWF updated this revision to Diff 95041.Apr 12 2017, 3:32 PM
  • Add comment explaining _GNUC_VER_NEW.
EricWF closed this revision.Apr 12 2017, 4:21 PM