Fix "classe" typo in C++ Dialect Options docs
* doc/invoke.texi (C++ Dialect Options): Fix typo. From-SVN: r244901
This commit is contained in:
parent
536c221d20
commit
25b0128ee3
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2017-01-25 Jonathan Wakely <jwakely@redhat.com>
|
||||
|
||||
* doc/invoke.texi (C++ Dialect Options): Fix typo.
|
||||
|
||||
2017-01-25 Richard Biener <rguenther@suse.de>
|
||||
|
||||
PR tree-optimization/69264
|
||||
|
|
|
@ -3084,7 +3084,7 @@ classes that indirectly use multiple inheritance.
|
|||
|
||||
@item -Wvirtual-inheritance
|
||||
@opindex Wvirtual-inheritance
|
||||
Warn when a class is defined with a virtual direct base classe. Some
|
||||
Warn when a class is defined with a virtual direct base class. Some
|
||||
coding rules disallow multiple inheritance, and this may be used to
|
||||
enforce that rule. The warning is inactive inside a system header file,
|
||||
such as the STL, so one can still use the STL. One may also define
|
||||
|
|
Loading…
Add table
Reference in a new issue