This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[v3] Fix bitset::operator[] const in debug/profile mode


Hi,

noticed this while investigating the spurious failure of bitset/operations/constexpr.cc in debug-mode. Unfortunately debug-mode bitset checking is pretty weak in C++0x mode (for other reasons too), but at least now the operator is conforming and the testsuite is clean.

Committed to mainline.

Thanks,
Paolo.

/////////////////

Attachment: CL_bitset_operator
Description: Text document

Attachment: patch_bitset_operator
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]