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
5 changes: 5 additions & 0 deletions source/lib-intro.tex
Original file line number Diff line number Diff line change
Expand Up @@ -789,6 +789,11 @@
predicate.
A character sequence can be designated by a pointer value
\tcode{\placeholder{S}} that points to its first element.
\item
\indextext{STATICALLY-WIDEN@\exposid{STATICALLY-WIDEN}}%
Let \exposid{STATICALLY-WIDEN}\tcode{<charT>("...")} be
\tcode{"..."} if \tcode{charT} is \tcode{char} and
\tcode{L"..."} if \tcode{charT} is \keyword{wchar_t}.
\end{itemize}

\rSec5[byte.strings]{Byte strings}
Expand Down
6 changes: 0 additions & 6 deletions source/time.tex
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@
\ref{ctime.syn} & C library time utilities & \tcode{<ctime>} \\
\end{libsumtab}

\pnum
\indextext{STATICALLY-WIDEN@\exposid{STATICALLY-WIDEN}}%
Let \exposid{STATICALLY-WIDEN}\tcode{<charT>("...")} be
\tcode{"..."} if \tcode{charT} is \tcode{char} and
\tcode{L"..."} if \tcode{charT} is \keyword{wchar_t}.

\rSec1[time.syn]{Header \tcode{<chrono>} synopsis}

\indexheader{chrono}%
Expand Down