File tree 1 file changed +2
-2
lines changed
Filter options
1 file changed +2
-2
lines changed
Original file line number Diff line number Diff line change 550
550
\pnum
551
551
An expression $ E$ can be
552
552
\defnx {implicitly converted}{conversion!implicit} to a type \tcode {T} if and only if the
553
- declaration \tcode {T t=$ E$ ;} is well-formed, for some invented
553
+ declaration \tcode {T t=$ E$ ;} is well-formed for some invented
554
554
variable \tcode {t}\iref {dcl.init }.
555
555
556
556
\pnum
557
557
Certain language constructs require that an expression be converted to a Boolean
558
558
value. An expression $ E$ appearing in such a context is said to be
559
559
\defnx {contextually converted to \tcode {bool}}{conversion!contextual to \tcode {bool}} and is well-formed if and only if
560
- the declaration \tcode {\keyword {bool} t($ E$ );} is well-formed, for some invented
560
+ the declaration \tcode {\keyword {bool} t($ E$ );} is well-formed for some invented
561
561
variable \tcode {t}\iref {dcl.init }.
562
562
563
563
\pnum
You can’t perform that action at this time.
0 commit comments