This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] Get is_*_destructible tests passing in C++03.
ClosedPublic

Authored by EricWF on May 26 2015, 6:01 PM.

Details

Summary

This patch adds proper guards to the is_destructible tests depending on the standard version so that they pass in c++03.

Diff Detail

Event Timeline

EricWF updated this revision to Diff 26558.May 26 2015, 6:01 PM
EricWF retitled this revision from to [libcxx] Get is_*_destructible tests passing in C++03..
EricWF updated this object.
EricWF edited the test plan for this revision. (Show Details)
EricWF added a reviewer: mclow.lists.
EricWF added a subscriber: Unknown Object (MLST).
EricWF accepted this revision.Jul 18 2015, 9:41 AM
EricWF added a reviewer: EricWF.

I think this is a good change for post commit review. Accepting it myself.

This revision is now accepted and ready to land.Jul 18 2015, 9:41 AM
EricWF closed this revision.Jul 18 2015, 9:44 AM