[libcxx-commits] [libcxx] [libc++] std::atomic primary template should not have a `difference_type` member type (PR #123236)

Damien L-G via libcxx-commits libcxx-commits at lists.llvm.org
Thu Feb 20 06:36:54 PST 2025


================
@@ -17,6 +17,9 @@
 //     typedef T value_type;
 // };
 
+// atomic still has a difference_type in the C++03 frozen headers
+// XFAIL: FROZEN-CXX03-HEADERS-FIXME
----------------
dalg24 wrote:

Thanks for helping with the CI.
Do you know why we test with C++03 in the first place?  `std::atomic` was introduced in C++11

https://github.com/llvm/llvm-project/pull/123236


More information about the libcxx-commits mailing list