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++/55979] [C++11] std::list range construction imposes unnecessary conversion constraints


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

--- Comment #2 from paolo at gcc dot gnu.org <paolo at gcc dot gnu.org> 2013-03-17 18:28:01 UTC ---
Author: paolo
Date: Sun Mar 17 18:27:52 2013
New Revision: 196755

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196755
Log:
2013-03-17  Paolo Carlini  <paolo.carlini@oracle.com>

    PR libstdc++/55979
    * include/bits/stl_list.h (_M_initialize_dispatch(_InputIterator,
    _InputIterator, __false_type)): Use emplace_back.
    * testsuite/23_containers/list/cons/55979.cc: New.
    * testsuite/23_containers/list/modifiers/1.h: Adjust.
    * testsuite/23_containers/list/requirements/dr438/assign_neg.cc:
    Adjust dg-error line number.

Added:
    trunk/libstdc++-v3/testsuite/23_containers/list/cons/55979.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/bits/stl_list.h
    trunk/libstdc++-v3/testsuite/23_containers/list/modifiers/1.h
   
trunk/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/assign_neg.cc


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