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] | |
There are two calls to std::copy() that aren't qualified. This means the attached test currently fails on mainline and 3.4, fixed by the accompanying patch. Presumably this has failed since rope was moved out of namespace std, so is a regression against 2.95 and 3.0 2005-01-14 Jonathan Wakely <redi@gcc.gnu.org> * include/ext/rope: Qualify calls to std::copy() by sequence_buffer. * testsuite/ext/rope/4.cc: Add. OK for mainline and 3.4 ? jon -- sigfault
Attachment:
rope-quals.patch
Description: Text document
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |