[PATCH] D19758: [libcxx] [test] Replace non-Standard "atomic_flag f(false); " with Standard "atomic_flag f = ATOMIC_FLAG_INIT; ".

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Mon May 2 12:13:20 PDT 2016


EricWF added a comment.

This is a small problem. We actually provide <atomic> in C++03 minus `ATOMIC_FLAG_INIT` since it requires C++11.
I'll come up with a way to fix these tests so they keep working in C++03.


http://reviews.llvm.org/D19758





More information about the cfe-commits mailing list