Instance the point ostream operators
This commit is contained in:
parent
45a61db86b
commit
58e69fbd44
@ -181,6 +181,11 @@ util::operator<< (std::ostream &os, const util::point<S> &p) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
template std::ostream& util::operator<< (std::ostream &os, const util::point<1>&);
|
||||||
|
template std::ostream& util::operator<< (std::ostream &os, const util::point<2>&);
|
||||||
|
template std::ostream& util::operator<< (std::ostream &os, const util::point<3>&);
|
||||||
|
|
||||||
|
|
||||||
template struct util::point<1>;
|
template struct util::point<1>;
|
||||||
template struct util::point<2>;
|
template struct util::point<2>;
|
||||||
template struct util::point<3>;
|
template struct util::point<3>;
|
||||||
|
Loading…
Reference in New Issue
Block a user