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++/26733] move semantics vs. debug mode



------- Comment #3 from pcarlini at suse dot de  2006-03-17 19:48 -------
(In reply to comment #1)
> On libstdcxx_so_7-branch, there is preliminary support for move semantics.
> 
> These patches have some issues:
> 
> 1) _GLIBCXX_STD_MOVE not listed in any ChangeLog entry...
> 2) new fails in debug mode.

Benjamin, I suspect the issues are related. Definitely, _GLIBCXX_STD_MOVE
predates the latest version of debug mode: I had to quickly hack it on the
occasion of the 2005-12-23 merge, to avoid fails together with the first
version of the nested debug mode. I think it should be simply updated
consistently with the current version.


-- 


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


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