Skip to content

Commit 6920104

Browse files
committed
[cstddef.syn, support.types.byteops] Tactical whitespace tweak for better pagination.
Generally, changes like this are brittle, but very near the beginning of the clause there is some value in such improvements, since the affected text is unlikely to change much.
1 parent 79d71f3 commit 6920104

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

source/support.tex

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
using size_t = @\seebelow@;
5757
using max_align_t = @\seebelow@;
5858
using nullptr_t = decltype(nullptr);
59+
5960
enum class byte : unsigned char {};
6061

6162
// \ref{support.types.byteops}, \tcode{byte} type operations
@@ -471,10 +472,7 @@
471472
\end{itemdecl}
472473

473474
\begin{itemdescr}
474-
\pnum \effects Equivalent to:
475-
\begin{codeblock}
476-
return byte(~static_cast<unsigned char>(b));
477-
\end{codeblock}
475+
\pnum \effects Equivalent to: \tcode{return byte(\~static_cast<unsigned char>(b));}
478476
\end{itemdescr}
479477

480478
\indexlibrarymember{to_integer}{byte}%

0 commit comments

Comments
 (0)