Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions source/overloading.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3845,11 +3845,11 @@
In this subclause, the term
\defn{promoted integral type}
is used to refer to those cv-unqualified integral types which are preserved by
integral promotion\iref{conv.prom} (including e.g.
integral promotion\iref{conv.prom} (including e.g.,
\tcode{int}
and
\tcode{long}
but excluding e.g.
but excluding e.g.,
\tcode{char}).
\begin{note}
In all cases where a promoted integral type is
Expand Down
4 changes: 2 additions & 2 deletions tools/check-source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,9 @@ done |
fail '"shall", "should", or "may" inside a note' || failed=1

# Comma after e.g. and i.e.
grep -n "e\.g\.[^,]" $texfiles |
grep -nP "e\.g\.(?!,)" $texfiles |
fail '"e.g." must be followed by a comma'
grep -n "i\.e\.[^,]" $texfiles |
grep -nP "i\.e\.(?!,)" $texfiles |
fail '"i.e." must be followed by a comma'


Expand Down
Loading