Skip to content

Commit 3231e81

Browse files
jensmaurertkoeppe
authored andcommitted
[basic.align] Recommend alignment-specifier instead of deprecated library facility
1 parent 7ef6929 commit 3231e81

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source/basic.tex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4156,8 +4156,9 @@
41564156
\pnum
41574157
\begin{note}
41584158
The runtime pointer alignment function\iref{ptr.align}
4159-
can be used to obtain an aligned pointer within a buffer; the aligned-storage templates
4160-
in the library\iref{meta.trans.other} can be used to obtain aligned storage.
4159+
can be used to obtain an aligned pointer within a buffer;
4160+
an \grammarterm{alignment-specifier}\iref{dcl.align}
4161+
can be used to align storage explicitly.
41614162
\end{note}
41624163

41634164
\pnum

0 commit comments

Comments
 (0)