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]

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


Author: redi
Date: Wed Oct 19 18:18:43 2016
New Revision: 241349

URL: https://gcc.gnu.org/viewcvs?rev=241349&root=gcc&view=rev
Log:
Fix incorrect comment about std::auto_ptr

	* include/backward/auto_ptr.h (dauto_ptr): Correct comment about
	conversions from auto_ptr<Derived> rvalues to auto_ptr<Base>.
	* testsuite/20_util/auto_ptr/assign_neg.cc: Remove redundant dg-error
	directives that only match notes, not errors.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/backward/auto_ptr.h
    trunk/libstdc++-v3/testsuite/20_util/auto_ptr/assign_neg.cc


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