Files
android_external_libcxx/test/support
Roger Ferrer Ibanez 1c0757acd1 Fix archetypes.hpp under libcpp-no-extensions and std level < 14
Under -fno-exceptions TEST_THROW becomes abort / __builtin_abort which returns
void. This causes a type mismatch in the conditional operator when testing the
library in C++98,03,11 modes.

Use a comma operator to workaround this problem.

Differential Revision: https://reviews.llvm.org/D26147



git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@285572 91177308-0d34-0410-b5e6-96231b3b80d8
2016-10-31 14:14:13 +00:00
..
2016-08-15 20:50:01 +00:00
2016-10-16 02:51:50 +00:00
2016-01-19 21:52:04 +00:00
2016-01-19 21:52:04 +00:00
2014-07-24 18:41:56 +00:00
2016-08-28 22:14:37 +00:00
2016-10-12 11:20:27 +00:00
2016-01-19 21:52:04 +00:00
2016-05-07 01:04:55 +00:00