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 039f71d

Browse filesBrowse files
committed
[over.call.func, gram.key] Make colon in bnf non-italic.
1 parent 0a1ce7e commit 039f71d
Copy full SHA for 039f71d

File tree

2 files changed

+7
-7
lines changed
Filter options

2 files changed

+7
-7
lines changed

‎source/grammar.tex

Copy file name to clipboardExpand all lines: source/grammar.tex
+6-6Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,35 +26,35 @@
2626
declarations.
2727

2828
\begin{ncbnf}
29-
typedef-name:\br
29+
typedef-name\textnormal{:}\br
3030
identifier\br
3131
simple-template-id
3232
\end{ncbnf}
3333

3434
\begin{ncbnf}
35-
namespace-name:\br
35+
namespace-name\textnormal{:}\br
3636
identifier\br
3737
namespace-alias
3838
\end{ncbnf}
3939

4040
\begin{ncbnf}
41-
namespace-alias:\br
41+
namespace-alias\textnormal{:}\br
4242
identifier
4343
\end{ncbnf}
4444

4545
\begin{ncbnf}
46-
class-name:\br
46+
class-name\textnormal{:}\br
4747
identifier\br
4848
simple-template-id
4949
\end{ncbnf}
5050

5151
\begin{ncbnf}
52-
enum-name:\br
52+
enum-name\textnormal{:}\br
5353
identifier
5454
\end{ncbnf}
5555

5656
\begin{ncbnf}
57-
template-name:\br
57+
template-name\textnormal{:}\br
5858
identifier
5959
\end{ncbnf}
6060

‎source/overloading.tex

Copy file name to clipboardExpand all lines: source/overloading.tex
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@
745745
parentheses, has one of the following forms:
746746

747747
\begin{ncbnf}
748-
postfix-expression:\br
748+
postfix-expression\textnormal{:}\br
749749
postfix-expression \terminal{.} id-expression\br
750750
postfix-expression \terminal{->} id-expression\br
751751
primary-expression

0 commit comments

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