You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
copy_to and copy_from of where_expression are marked noexcept. All other load and store functions/constructors of simd and simd_mask are not noexcept but “Throws: Nothing.”. The latter seems to follow the correct rules, since load/store on where_expression also has preconditions.
The text was updated successfully, but these errors were encountered:
copy_to
andcopy_from
ofwhere_expression
are markednoexcept
. All other load and store functions/constructors ofsimd
andsimd_mask
are notnoexcept
but “Throws: Nothing.”. The latter seems to follow the correct rules, since load/store onwhere_expression
also has preconditions.The text was updated successfully, but these errors were encountered: