[PATCH] D25853: [libcxx] [test] Fix non-Standard make_from_tuple() tests.

2016-10-23 Thread Eric Fiselier via cfe-commits
EricWF closed this revision. EricWF added a comment. r284943. https://reviews.llvm.org/D25853 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[PATCH] D25853: [libcxx] [test] Fix non-Standard make_from_tuple() tests.

2016-10-23 Thread Eric Fiselier via cfe-commits
EricWF accepted this revision. EricWF added a comment. This revision is now accepted and ready to land. Only scrubs don't have commit access (and don't get no love). https://reviews.llvm.org/D25853 ___ cfe-commits mailing list cfe-commits@lists.llvm

[PATCH] D25853: [libcxx] [test] Fix non-Standard make_from_tuple() tests.

2016-10-20 Thread Stephan T. Lavavej via cfe-commits
STL_MSFT created this revision. STL_MSFT added reviewers: EricWF, mclow.lists. STL_MSFT added a subscriber: cfe-commits. The Standard doesn't depict make_from_tuple() as conditionally noexcept. Mark these tests as libcxx-specific. https://reviews.llvm.org/D25853 Files: test/std/utilities/tup