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++/51981] New: Missing uninitialized_move() implementation?


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

             Bug #: 51981
           Summary: Missing uninitialized_move() implementation?
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P3
         Component: libstdc++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: valyala@gmail.com


It's interesting to know why uninitialized_copy()'s counterpart -
uninitialized_move() - is missing in
http://gcc.gnu.org/viewcvs/trunk/libstdc%2B%2B-v3/include/bits/stl_uninitialized.h?revision=177542&view=markup
?

See boost's docs for details -
http://www.boost.org/doc/libs/1_48_0/doc/html/boost/uninitialized_move.html .


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