[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:57: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 the explanation

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


More information about the libcxx-commits mailing list