Skip to content

Commit

Permalink
Fix return type typo
Browse files Browse the repository at this point in the history
ChangeLog:

	* P1928/wording.tex: Needs to return a mask type
  • Loading branch information
mattkretz committed Jul 3, 2023
1 parent 728ff69 commit bd1be56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion P1928/wording.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1857,7 +1857,7 @@
\rSec2[simd.mask.cond]{\tcode{basic_simd_mask} conditional operators}

\begin{itemdecl}
friend constexpr basic_simd @\simdselect@(
friend constexpr basic_simd_mask @\simdselect@(
const basic_simd_mask& mask, const basic_simd_mask& a, const basic_simd_mask& b) noexcept;
\end{itemdecl}

Expand Down

0 comments on commit bd1be56

Please sign in to comment.