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
This library, as well as the implementation in gcc, is inconsistent with n4808, and surprisingly possesses the exact same mistakes as cppreference once did. I found some and fixed them in cppreference these days:
missing noexcept for concatsplitsimd_cast and static_simd_cast
missing operator+ and operator~ for const_where_expression
missing function split_by entirely
The text was updated successfully, but these errors were encountered:
This library, as well as the implementation in gcc, is inconsistent with n4808, and surprisingly possesses the exact same mistakes as cppreference once did. I found some and fixed them in cppreference these days:
noexcept
forconcat
split
simd_cast
andstatic_simd_cast
operator+
andoperator~
forconst_where_expression
split_by
entirelyThe text was updated successfully, but these errors were encountered: