From 034045f52bd41e62428091a0998e4805da37c4b1 Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Sun, 25 Jan 2026 10:41:54 +0100 Subject: [PATCH] [basic.align] Add \grammarterm for alignment-specifier --- source/basic.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/basic.tex b/source/basic.tex index 7c2324d17b..22bce76c0c 100644 --- a/source/basic.tex +++ b/source/basic.tex @@ -3766,7 +3766,7 @@ integer value representing the number of bytes between successive addresses at which a given object can be allocated. An object type imposes an alignment requirement on every object of that type; stricter alignment can be requested -using the alignment specifier\iref{dcl.align}. +using the \grammarterm{alignment-specifier}\iref{dcl.align}. Attempting to create an object\iref{intro.object} in storage that does not meet the alignment requirements of the object's type is undefined behavior.