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 std::iter_swap vs vector<bool> in C++11 mode


Hi,

these are the simple (should be safe for 4.7.1 too) changes for the issue recently raised by Daniel on the library reflector (32207). The swap overloads for std::bitset are more tricky because its iterator isn't S.C.A.R.Y. but in any case that is definitely beyond the letter of C++11, can wait for 4.8.

Tested x86_64-linux.

Thanks,
Paolo.

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

Attachment: CL_vb_swap
Description: Text document

Attachment: patch_vb_swap
Description: Text document


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