This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug libstdc++/44963] [DR 1334] Ambiguous function overload using __gnu_cxx::crope with std::back_inserter in c++0x mode



------- Comment #12 from oakad at yahoo dot com  2010-08-09 06:02 -------
(In reply to comment #11)
> Fixed for 4.5.2.
> 

Thanks.
I've been looking into rope data structure per your advice, and indeed, it
needs a lot of fixes. It can probably use canned smart pointers and vstrings
for added simplicity and it doesn't seem fully thread safe to me in its current
form.

Hopefully, I'll have some time soon to give a try at reimplementing it.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44963


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