* doc/extend.texi (Type Traits): Fix grammar.
From-SVN: r232423
This commit is contained in:
parent
5a500ecf54
commit
21cdb254eb
@ -1,3 +1,7 @@
|
||||
2016-01-15 Jonathan Wakely <jwakely@redhat.com>
|
||||
|
||||
* doc/extend.texi (Type Traits): Fix grammar.
|
||||
|
||||
2016-01-15 Martin Jambor <mjambor@suse.cz>
|
||||
|
||||
* tree-inline.c (remap_decl): Use existing dclarations if
|
||||
|
@ -20332,7 +20332,7 @@ class type is considered is own base. Requires: if @code{__is_class
|
||||
(base_type)} and @code{__is_class (derived_type)} are true and
|
||||
@code{base_type} and @code{derived_type} are not the same type
|
||||
(disregarding cv-qualifiers), @code{derived_type} shall be a complete
|
||||
type. Diagnostic is produced if this requirement is not met.
|
||||
type. A diagnostic is produced if this requirement is not met.
|
||||
|
||||
@item __is_class (type)
|
||||
If @code{type} is a cv class type, and not a union type
|
||||
|
Loading…
Reference in New Issue
Block a user