semantics.c (classtype_has_nothrow_copy_or_assign_p): Adjust per N2255; rename as...
authorPaolo Carlini <pcarlini@suse.de>
Wed, 25 Apr 2007 23:55:11 +0000 (23:55 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Wed, 25 Apr 2007 23:55:11 +0000 (23:55 +0000)
commitb29441ec7926c8c8bb789aab3860da6f02a35b80
tree6ecdfd411e832bd7ab82f7dc1e3dc7d5b41be3e0
parentd6626ee7a5f2a24b8b6fe2e4d4ae93dabe0f29a7
semantics.c (classtype_has_nothrow_copy_or_assign_p): Adjust per N2255; rename as classtype_has_nothrow_assign_or_copy_p.

gcc/cp
2007-04-25  Paolo Carlini  <pcarlini@suse.de>

* semantics.c (classtype_has_nothrow_copy_or_assign_p): Adjust
per N2255; rename as classtype_has_nothrow_assign_or_copy_p.
(trait_expr_value): Adjust.

gcc/testsuite/
2007-04-25  Paolo Carlini  <pcarlini@suse.de>

* g++.dg/ext/has_nothrow_assign.C: Adjust per N2255.

gcc/
2007-04-25  Paolo Carlini  <pcarlini@suse.de>

* doc/extend.texi ([Type Traits]): Adjust per N2255.

From-SVN: r124170
gcc/ChangeLog
gcc/cp/ChangeLog
gcc/cp/semantics.c
gcc/doc/extend.texi
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/ext/has_nothrow_assign.C