Skip to content

Commit 2cb791f

Browse files
committed
simd::operator~() -> this operator as suggested by Bryce
1 parent 2ef8fed commit 2cb791f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_parallel_types.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1582,7 +1582,7 @@ <h1><ins>Unary operators</ins></h1>
15821582

15831583
<cxx-remarks>
15841584
<ins>
1585-
<code>simd::operator~()</code> shall not participate in overload resolution unless <code>T</code> is an integral type.
1585+
This operator shall not participate in overload resolution unless <code>T</code> is an integral type.
15861586
</ins>
15871587
</cxx-remarks>
15881588
</cxx-function>

0 commit comments

Comments
 (0)