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++/50159] tuple_cat only accepts two arguments


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

--- Comment #3 from paolo at gcc dot gnu.org <paolo at gcc dot gnu.org> 2011-09-11 22:10:26 UTC ---
Author: paolo
Date: Sun Sep 11 22:10:21 2011
New Revision: 178770

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178770
Log:
2011-09-11  Daniel Krugler  <daniel.kruegler@googlemail.com>

    PR libstdc++/50159
    * include/std/tuple (tuple_cat): Reimplement according to the
    resolution of LWG 1385.
    * include/std/type_traits: Define __and_ and __or_ for zero
    arguments too; minor tweaks.
    * testsuite/20_util/tuple/creation_functions/tuple_cat.cc: New.
    * testsuite/20_util/tuple/creation_functions/constexpr.cc: Disable
    for now tuple_cat test.
    * testsuite/20_util/declval/requirements/1_neg.cc: Adjust dg-error
    line numbers.
    * testsuite/20_util/make_signed/requirements/typedefs_neg.cc: Likewise.
    * testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc:
    Likewise.
    * doc/xml/manual/status_cxx200x.xml: Update.

Added:
    trunk/libstdc++-v3/testsuite/20_util/tuple/creation_functions/tuple_cat.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/doc/xml/manual/status_cxx200x.xml
    trunk/libstdc++-v3/include/std/tuple
    trunk/libstdc++-v3/include/std/type_traits
    trunk/libstdc++-v3/testsuite/20_util/declval/requirements/1_neg.cc
   
trunk/libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs_neg.cc
   
trunk/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc
    trunk/libstdc++-v3/testsuite/20_util/tuple/creation_functions/constexpr.cc


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