geom/ray: remove useless deduction guide
This commit is contained in:
parent
f21297cad5
commit
675969936e
@ -38,9 +38,6 @@ namespace util::geom {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
template <size_t S, typename T>
|
|
||||||
ray (point<S,T>,point<S,T>) -> ray<S,T>;
|
|
||||||
|
|
||||||
template <size_t S, typename T>
|
template <size_t S, typename T>
|
||||||
ray (point<S,T>,vector<S,T>) -> ray<S,T>;
|
ray (point<S,T>,vector<S,T>) -> ray<S,T>;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user