geom/ray: remove useless deduction guide

This commit is contained in:
Danny Robson 2018-04-16 16:44:11 +10:00
parent f21297cad5
commit 675969936e

View File

@ -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>
ray (point<S,T>,vector<S,T>) -> ray<S,T>;