Skip to content

Commit ad839a0

Browse files
authored
[class.conv.ctor] Add a space (#6497)
1 parent 71ee18a commit ad839a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/classes.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2351,7 +2351,7 @@
23512351
\begin{codeblock}
23522352
struct X {
23532353
X(int);
2354-
X(const char*, int =0);
2354+
X(const char*, int = 0);
23552355
X(int, int);
23562356
};
23572357

0 commit comments

Comments
 (0)