Skip to content

Commit 122b844

Browse files
WIP
1 parent 8602e05 commit 122b844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/xsimd/types/xsimd_batch.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ namespace xsimd
531531
* (resp. `false`).
532532
*/
533533
template <class T, class A>
534-
XSIMD_INLINE batch<T, A>::batch(batch_bool<T, A> const& b) noexcept
534+
inline batch<T, A>::batch(batch_bool<T, A> const& b) noexcept
535535
: batch(kernel::from_bool(b, A {}))
536536
{
537537
}

0 commit comments

Comments
 (0)