Skip to content

Commit 7693f86

Browse files
committed
[character.seq.general, time.general] Define STATICALLY-WIDEN in a better place
The facility is now used from two different places ([time] and [format]) and is now better defined in the library introduction.
1 parent 50ded69 commit 7693f86

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

source/lib-intro.tex

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -789,6 +789,11 @@
789789
predicate.
790790
A character sequence can be designated by a pointer value
791791
\tcode{\placeholder{S}} that points to its first element.
792+
\item
793+
\indextext{STATICALLY-WIDEN@\exposid{STATICALLY-WIDEN}}%
794+
Let \exposid{STATICALLY-WIDEN}\tcode{<charT>("...")} be
795+
\tcode{"..."} if \tcode{charT} is \tcode{char} and
796+
\tcode{L"..."} if \tcode{charT} is \keyword{wchar_t}.
792797
\end{itemize}
793798

794799
\rSec5[byte.strings]{Byte strings}

source/time.tex

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@
2525
\ref{ctime.syn} & C library time utilities & \tcode{<ctime>} \\
2626
\end{libsumtab}
2727

28-
\pnum
29-
\indextext{STATICALLY-WIDEN@\exposid{STATICALLY-WIDEN}}%
30-
Let \exposid{STATICALLY-WIDEN}\tcode{<charT>("...")} be
31-
\tcode{"..."} if \tcode{charT} is \tcode{char} and
32-
\tcode{L"..."} if \tcode{charT} is \keyword{wchar_t}.
33-
3428
\rSec1[time.syn]{Header \tcode{<chrono>} synopsis}
3529

3630
\indexheader{chrono}%

0 commit comments

Comments
 (0)