[PATCH] D19758: [libcxx] [test] Replace non-Standard "atomic_flag f(false); " with Standard "atomic_flag f = ATOMIC_FLAG_INIT; ".
Stephan T. Lavavej via cfe-commits
cfe-commits at lists.llvm.org
Mon May 2 12:40:03 PDT 2016
STL_MSFT added a comment.
Makes sense. MSVC will never have C++03 or C++11 modes (only 14/17/future) so anything you do in C++03 mode is fine by me.
http://reviews.llvm.org/D19758
More information about the cfe-commits
mailing list