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

redi@gcc.gnu.org redi@gcc.gnu.org
Wed Oct 19 18:18:00 GMT 2016


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



More information about the Libstdc++-cvs mailing list