File tree Expand file tree Collapse file tree 3 files changed +189
-164
lines changed Expand file tree Collapse file tree 3 files changed +189
-164
lines changed Original file line number Diff line number Diff line change @@ -659,8 +659,8 @@ struct clamp_helper<T NBL_PARTIAL_REQ_BOT(VECTOR_SPECIALIZATION_CONCEPT) >
659659};
660660
661661template<typename T>
662- NBL_PARTIAL_REQ_TOP (VECTOR_SPECIALIZATION_CONCEPT && concepts::FloatingPointLikeVectorial <T> && (vector_traits<T>::Dimension == 3 ))
663- struct cross_helper<T NBL_PARTIAL_REQ_BOT (VECTOR_SPECIALIZATION_CONCEPT && concepts::FloatingPointLikeVectorial <T> && (vector_traits<T>::Dimension == 3 )) >
662+ NBL_PARTIAL_REQ_TOP (VECTOR_SPECIALIZATION_CONCEPT && concepts::Vectorial <T> && (vector_traits<T>::Dimension == 3 ))
663+ struct cross_helper<T NBL_PARTIAL_REQ_BOT (VECTOR_SPECIALIZATION_CONCEPT && concepts::Vectorial <T> && (vector_traits<T>::Dimension == 3 )) >
664664{
665665 static T __call (NBL_CONST_REF_ARG (T) lhs, NBL_CONST_REF_ARG (T) rhs)
666666 {
You can’t perform that action at this time.
0 commit comments