Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c8e01c1

Browse filesBrowse files
committed
No more commas
1 parent c780a4d commit c8e01c1
Copy full SHA for c8e01c1

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎source/expressions.tex

Copy file name to clipboardExpand all lines: source/expressions.tex
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -550,14 +550,14 @@
550550
\pnum
551551
An expression $E$ can be
552552
\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
554554
variable \tcode{t}\iref{dcl.init}.
555555

556556
\pnum
557557
Certain language constructs require that an expression be converted to a Boolean
558558
value. An expression $E$ appearing in such a context is said to be
559559
\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
561561
variable \tcode{t}\iref{dcl.init}.
562562

563563
\pnum

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.