[all-commits] [llvm/llvm-project] db574f: [libc++] Make ext-int.verify.cpp test compatible w...
john-brawn-arm via All-commits
all-commits at lists.llvm.org
Thu Sep 3 10:19:25 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: db574fc7ba2a2faafdbf42f8759e206dac0fc4b2
https://github.com/llvm/llvm-project/commit/db574fc7ba2a2faafdbf42f8759e206dac0fc4b2
Author: John Brawn <john.brawn at arm.com>
Date: 2020-09-03 (Thu, 03 Sep 2020)
Changed paths:
M libcxx/test/libcxx/atomics/ext-int.verify.cpp
Log Message:
-----------
[libc++] Make ext-int.verify.cpp test compatible with c++03
Currently the libcxx/atomics/ext-int.verify.cpp test fails when run with
-std=c++03 because there's an extra error due to using list initialization. Fix
this by using parentheses instead.
More information about the All-commits
mailing list