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]

r185235 - in /trunk/libstdc++-v3: ChangeLog lib...


Author: paolo
Date: Mon Mar 12 15:12:40 2012
New Revision: 185235

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

	PR libstdc++/52562
	* libsupc++/typeinfo (type_info::name, before, operator==,
	operator!=): Mark noexcept in C++11 mode.
	* libsupc++/tinfo.cc (type_info::operator==): Adjust.
	* libsupc++/tinfo2.cc (type_info::before): Likewise.
	* testsuite/18_support/type_info/52562.cc: New.


Added:
    trunk/libstdc++-v3/testsuite/18_support/type_info/52562.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/libsupc++/tinfo.cc
    trunk/libstdc++-v3/libsupc++/tinfo2.cc
    trunk/libstdc++-v3/libsupc++/typeinfo


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