Skip to content

Commit cc003c2

Browse files
committed
[dcl.align] Remove "other than <list of types>" from example that
actually works for all types, per CWG discussion.
1 parent 97b0373 commit cc003c2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/declarations.tex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3641,8 +3641,7 @@
36413641

36423642
\pnum
36433643
\enterexample An aligned buffer with an alignment requirement
3644-
of \tcode{A} and holding \tcode{N} elements of type \tcode{T} other than
3645-
\tcode{char}, \tcode{signed char}, or \tcode{unsigned char}
3644+
of \tcode{A} and holding \tcode{N} elements of type \tcode{T}
36463645
can be declared as:
36473646

36483647
\begin{codeblock}

0 commit comments

Comments
 (0)