tuple: Mark more constructors constexpr.
authorBenjamin Kosnik <bkoz@redhat.com>
Wed, 3 Aug 2011 21:05:14 +0000 (21:05 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Wed, 3 Aug 2011 21:05:14 +0000 (21:05 +0000)
commit2c4caf0ab956d49f57544fd65c93dbbd60123eff
treee5d3f09d63186c6d603026ac7fccb8e4e1509cb9
parent4ac2beb541f2e753192e2fb1f8644bd18c0e44a8
tuple: Mark more constructors constexpr.

2011-08-03  Benjamin Kosnik  <bkoz@redhat.com>

* include/std/tuple: Mark more constructors constexpr.
* testsuite/20_util/tuple/cons/constexpr.cc: Split into and extend as:
* testsuite/20_util/tuple/cons/constexpr-2.cc: ...this.
* testsuite/20_util/tuple/cons/constexpr-3.cc: ... and this.
* testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Adjust line numbers.

2011-08-03  Benjamin Kosnik  <bkoz@redhat.com>
    François Dumont  <francois.cppdevs@free.fr>

* testsuite/23_containers/array/at_neg.cc: Move...
* testsuite/23_containers/array/at.cc: ...here. Remove
-fno-exceptions, call const at member function.

Co-Authored-By: François Dumont <francois.cppdevs@free.fr>
From-SVN: r177299
libstdc++-v3/ChangeLog
libstdc++-v3/include/std/tuple
libstdc++-v3/testsuite/20_util/tuple/cons/constexpr-2.cc [new file with mode: 0644]
libstdc++-v3/testsuite/20_util/tuple/cons/constexpr-3.cc [new file with mode: 0644]
libstdc++-v3/testsuite/20_util/tuple/cons/constexpr.cc [deleted file]
libstdc++-v3/testsuite/20_util/weak_ptr/comparison/cmp_neg.cc
libstdc++-v3/testsuite/23_containers/array/at.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/array/at_neg.cc [deleted file]