File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5815
5815
5816
5816
\begin {ncsimplebnf }
5817
5817
simple-type-specifier \terminal {(} \opt {expression-list} \terminal {)}\br
5818
- typename-specifier \terminal {(} opt{expression-list} \terminal {)}\br
5818
+ typename-specifier \terminal {(} \ opt {expression-list} \terminal {)}\br
5819
5819
simple-type-specifier braced-init-list\br
5820
5820
typename-specifier braced-init-list\br
5821
5821
\keyword {static_cast} \terminal {<} type-id \terminal {>} \terminal {(} expression \terminal {)}\br
5822
5822
\keyword {const_cast} \terminal {<} type-id \terminal {>} \terminal {(} expression \terminal {)}\br
5823
5823
\keyword {reinterpret_cast} \terminal {<} type-id \terminal {>} \terminal {(} expression \terminal {)}\br
5824
- dynamic_cast \terminal {<} type-id \terminal {>} \terminal {(} expression \terminal {)}\br
5824
+ \keyword { dynamic_cast} \terminal {<} type-id \terminal {>} \terminal {(} expression \terminal {)}\br
5825
5825
\terminal {(} type-id \terminal {)} cast-expression
5826
5826
\end {ncsimplebnf }
5827
5827
You can’t perform that action at this time.
0 commit comments