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]

Re: experimental debug bitset patch


On 11/26/2010 11:50 PM, Paolo Carlini wrote:
Il 26/11/10 22.12, François Dumont ha scritto:
Hi

This is patch to fix a test in debug experimental mode and to simplify bitset.
Ok, thanks. While you are at it, if you want to add a one-line comment before the ifdef-ed out code saying that we want to preserve the C++0x property of std::bitset of being a literal type in debug-mode too, and that we should figure a proper solution for this issue, it would be nice.

Paolo.

Attached patch applied.


* include/debug/bitset (bitset<>::reference): Clean code, use normal
reference type in experimental mode.
* testsuite/23_containers/bitset/debug/invalid/1.cc: Fix for
experimental mode.


François

Attachment: debug_experimental_bitset.patch
Description: Text document


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