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

redi@gcc.gnu.org redi@gcc.gnu.org
Thu Dec 10 14:32:00 GMT 2015


Author: redi
Date: Thu Dec 10 14:32:16 2015
New Revision: 231516

URL: https://gcc.gnu.org/viewcvs?rev=231516&root=gcc&view=rev
Log:
Fix dejagnu directives in shared_ptr test

	PR libstdc++/68825
	* include/experimental/bits/shared_ptr.h (__shared_ptr, __weak_ptr,
	experimental::shared_ptr, experimental::weak_ptr): Constrain
	assignment operators.
	* testsuite/experimental/memory/shared_ptr/cons/copy_ctor_neg.cc:
	Change to a compile-only test and change dg-excess-errors to dg-error.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/experimental/bits/shared_ptr.h
    trunk/libstdc++-v3/testsuite/experimental/memory/shared_ptr/cons/copy_ctor_neg.cc



More information about the Libstdc++-cvs mailing list