Skip to content

Commit 32d83e9

Browse files
committed
Fixup: Use \exposconcept instead of \exposid
1 parent ebe7507 commit 32d83e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/numerics.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17003,7 +17003,7 @@
1700317003
constexpr basic_simd(R&& range, simd_flags<Flags...> = {});
1700417004
template<class R, class... Flags>
1700517005
constexpr basic_simd(R&& range, const mask_type& mask, simd_flags<Flags...> = {});
17006-
template<@\exposid{simd-floating-point}@ V>
17006+
template<@\exposconcept{simd-floating-point}@ V>
1700717007
constexpr explicit(@\seebelow@) basic_simd(const V& reals, const V& imags = {}) noexcept;
1700817008

1700917009
// \ref{simd.subscr}, \tcode{basic_simd} subscript operators
@@ -17058,9 +17058,9 @@
1705817058
// \ref{simd.complex.access}, \tcode{basic_simd} complex-value accessors
1705917059
constexpr auto real() const noexcept;
1706017060
constexpr auto imag() const noexcept;
17061-
template<@\exposid{simd-floating-point}@ V>
17061+
template<@\exposconcept{simd-floating-point}@ V>
1706217062
constexpr void real(const V& v) noexcept;
17063-
template<@\exposid{simd-floating-point}@ V>
17063+
template<@\exposconcept{simd-floating-point}@ V>
1706417064
constexpr void imag(const V& v) noexcept;
1706517065

1706617066
// \ref{simd.cond}, \tcode{basic_simd} exposition only conditional operators

0 commit comments

Comments
 (0)