Commit e8f289e5 by Jonathan Wakely Committed by Jonathan Wakely

extend.texi (C++ Attributes): Correct description of warn_unused type attribute.

	* doc/extend.texi (C++ Attributes): Correct description of
	warn_unused type attribute.

From-SVN: r233502
parent efea09f2
2016-02-17 Jonathan Wakely <jwakely@redhat.com>
* doc/extend.texi (C++ Attributes): Correct description of
warn_unused type attribute.
2016-02-17 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
* config/rs6000/altivec.md (*altivec_lvxl_<mode>_internal): Output
......
......@@ -20313,7 +20313,7 @@ types.
This attribute is appropriate for types which just represent a value,
such as @code{std::string}; it is not appropriate for types which
control a resource, such as @code{std::mutex}.
control a resource, such as @code{std::lock_guard}.
This attribute is also accepted in C, but it is unnecessary because C
does not have constructors or destructors.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment