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++/42832] Revisit std::function for aliasing issues



------- Comment #14 from rguenth at gcc dot gnu dot org  2010-01-27 15:49 -------
Subject: Bug 42832

Author: rguenth
Date: Wed Jan 27 15:49:00 2010
New Revision: 156290

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=156290
Log:
2010-01-27  Richard Guenther  <rguenther@suse.de>

        PR libstdc++/42832
        * include/std/functional (function<>::swap): Perform bytewise
        swap of _M_functor.
        * include/tr1/functional (function<>::swap): Likewise.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/std/functional
    trunk/libstdc++-v3/include/tr1/functional


-- 


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


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