mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-17 08:13:02 +00:00
doc: parse.assert in C++ requires RTTI
* doc/bison.texi (%define Summary): Say it.
This commit is contained in:
@@ -6658,7 +6658,10 @@ In C, some important invariants in the implementation of the parser are
|
|||||||
checked when this option is enabled.
|
checked when this option is enabled.
|
||||||
|
|
||||||
In C++, when variants are used (@pxref{C++ Variants}), symbols must be
|
In C++, when variants are used (@pxref{C++ Variants}), symbols must be
|
||||||
constructed and destroyed properly. This option checks these constraints.
|
constructed and destroyed properly. This option checks these constraints
|
||||||
|
using runtime type information (RTTI). Therefore the generated code cannot
|
||||||
|
be compiled with RTTI disabled (via compiler options such as
|
||||||
|
@option{-fno-rtti}).
|
||||||
|
|
||||||
@item Accepted Values: Boolean
|
@item Accepted Values: Boolean
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user