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++/55363] tuple_size is not a class template


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

--- Comment #2 from paolo at gcc dot gnu.org <paolo at gcc dot gnu.org> 2012-11-17 12:10:08 UTC ---
Author: paolo
Date: Sat Nov 17 12:09:58 2012
New Revision: 193584

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

    PR libstdc++/55363
    * include/std/array (tuple_size, tuple_element): Move out
    NAMESPACE_CONTAINER.
    * testsuite/23_containers/array/tuple_interface/get_neg.cc: Adjust
    dg-error line numbers.
    * testsuite/23_containers/array/tuple_interface/tuple_element_neg.cc:
    Likewise.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/std/array
    trunk/libstdc++-v3/testsuite/23_containers/array/tuple_interface/get_neg.cc
   
trunk/libstdc++-v3/testsuite/23_containers/array/tuple_interface/tuple_element_neg.cc


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