Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions source/intro.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1066,6 +1066,12 @@
published description, and explains in detail the differences between
\Cpp{} and C\@. Certain features of \Cpp{} exist solely for compatibility
purposes; \ref{depr} describes those features.

\pnum
\ref{uaxid} provides an outline of how \UAX{31}
("Unicode Identifier and Pattern Syntax") has been applied to \Cpp{}.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you use proper LaTeX-style quotation marks here?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Like ``this''.

It provides a list of all requirements and whether they are enforced,
guaranteed, or applicable to the standard.
\indextext{standard!structure of|)}

\rSec1[syntax]{Syntax notation}
Expand Down
Loading