Skip to content

Commit 1b1914e

Browse files
authored
[simd.traits] Remove stray closing parenthesis (#7563)
1 parent 6ecd1be commit 1b1914e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/numerics.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16798,7 +16798,7 @@
1679816798
If \tcode{value} is present, the type \tcode{simd_alignment<T, U>} is a
1679916799
\tcode{BinaryTypeTrait} with a base characteristic of
1680016800
\tcode{integral_constant<size_t, N>} for some unspecified
16801-
\tcode{N}\iref{simd.ctor,simd.loadstore}).
16801+
\tcode{N}\iref{simd.ctor,simd.loadstore}.
1680216802
\begin{note}
1680316803
\tcode{value} identifies the alignment restrictions on pointers used for
1680416804
(converting) loads and stores for the given type \tcode{T} on arrays of type

0 commit comments

Comments
 (0)