File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments