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++/51183] pair piecewise_construct_t constructor copies


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

--- Comment #18 from Chris Jefferson <chris at bubblescope dot net> 2011-12-06 14:41:19 UTC ---
2011-12-06  Chris Jefferson <chris@bubblescope.net>

    PR libstdc++/51183
    * include/std/tuple (pair::pair): Add two constructors which
    use delegating constructors
    (pair::__cons, pair::__do_cons): Remove unused functions.
    * include/std/stl_pair.h (pair::pair): Add declarations for
    constructors which use delegating constructors.
    (pair::__cons, pair::__do_cons): Remove unused declarations.
    * testsuite/20_util/pair/51183.cc: New.


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