This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ 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]

r177299 - in /trunk/libstdc++-v3: ChangeLog inc...


Author: bkoz
Date: Wed Aug  3 21:05:14 2011
New Revision: 177299

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=177299
Log:
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.


Added:
    trunk/libstdc++-v3/testsuite/20_util/tuple/cons/constexpr-2.cc
      - copied, changed from r177195, trunk/libstdc++-v3/testsuite/20_util/tuple/cons/constexpr.cc
    trunk/libstdc++-v3/testsuite/20_util/tuple/cons/constexpr-3.cc
    trunk/libstdc++-v3/testsuite/23_containers/array/at.cc
      - copied, changed from r177195, trunk/libstdc++-v3/testsuite/23_containers/array/at_neg.cc
Removed:
    trunk/libstdc++-v3/testsuite/20_util/tuple/cons/constexpr.cc
    trunk/libstdc++-v3/testsuite/23_containers/array/at_neg.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/std/tuple
    trunk/libstdc++-v3/testsuite/20_util/weak_ptr/comparison/cmp_neg.cc


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