summaryrefslogtreecommitdiff
path: root/include/fstream
diff options
context:
space:
mode:
authorRoger Ferrer Ibanez <roger.ferreribanez@arm.com>2016-10-31 14:14:13 +0000
committerRoger Ferrer Ibanez <roger.ferreribanez@arm.com>2016-10-31 14:14:13 +0000
commit1c0757acd13533851ae794f2c24d12a7f01d06ba (patch)
treee4f0cd4f713ea0c2a54711a13d064b243b1a0645 /include/fstream
parentefc9f170c9fa0b988fac6d7df8b6e177252e1a1b (diff)
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
Diffstat (limited to 'include/fstream')
0 files changed, 0 insertions, 0 deletions