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++/37255] std::auto_prtr copy-initialization, base-from-derived (Colvin-Gibbons trick) does not work



------- Comment #2 from paolo dot carlini at oracle dot com  2008-08-27 13:12 -------
I will have a look, but this issue cannot have a high-prioriry: auto_ptr is
deprecated for the next standard: there is a large consensus in the ISO C++
committee that the many flaws in its design cannot be fixed, and a replacement
(unique_ptr, which we'll experimentally deliver in gcc4.4.0 under -std=c++0x)
will be provided in the next standard. Thus we can fix only minor issues, in a
strict bug-fix, minimal maintainance mode.


-- 

paolo dot carlini at oracle dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c++                         |libstdc++


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


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