Skip to content

Commit

Permalink
[simd.traits] Remove stray closing parenthesis (#7563)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas-Krug authored Jan 14, 2025
1 parent 6ecd1be commit 1b1914e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/numerics.tex
Original file line number Diff line number Diff line change
Expand Up @@ -16798,7 +16798,7 @@
If \tcode{value} is present, the type \tcode{simd_alignment<T, U>} is a
\tcode{BinaryTypeTrait} with a base characteristic of
\tcode{integral_constant<size_t, N>} for some unspecified
\tcode{N}\iref{simd.ctor,simd.loadstore}).
\tcode{N}\iref{simd.ctor,simd.loadstore}.
\begin{note}
\tcode{value} identifies the alignment restrictions on pointers used for
(converting) loads and stores for the given type \tcode{T} on arrays of type
Expand Down

0 comments on commit 1b1914e

Please sign in to comment.