Namespaces
Variants
Actions

Talk:cpp/utility/bitset

From cppreference.com

[edit] Feature test macro value conflict

The feature testing macro's value on here and on https://en.cppreference.com/w/cpp/feature_test are different, I do not know which one is correct so I will not touch it. The only thing I can note is libstdc++ 13.0.0 has it set to 202202L so I would imagine that is the correct value. --Waffl3x 135.23.119.250 02:57, 27 January 2023 (PST)

The draft standard says 202202L but I suspect that it's a mistake. MSVC STL and libc++ use 202207L. I've opened https://github.com/cplusplus/draft/issues/6065. --D41D8CD98F (talk) 04:46, 27 January 2023 (PST)