File tree Expand file tree Collapse file tree 3 files changed +202
-162
lines changed Expand file tree Collapse file tree 3 files changed +202
-162
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) >
659
659
};
660
660
661
661
template<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 )) >
664
664
{
665
665
static T __call (NBL_CONST_REF_ARG (T) lhs, NBL_CONST_REF_ARG (T) rhs)
666
666
{
You can’t perform that action at this time.
0 commit comments