[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 17:00:18 PDT 2016


EricWF commandeered this revision.
EricWF edited reviewers, added: STL_MSFT; removed: EricWF.
EricWF added a comment.

Stealing this review from STL.


http://reviews.llvm.org/D19758





More information about the cfe-commits mailing list