Skip to content
Snippets Groups Projects
Commit 4c3ab326 authored by Fabian Tërnava's avatar Fabian Tërnava
Browse files

moved stream operator to axcore

parent 41306cef
No related branches found
No related tags found
1 merge request!138Aron/dev
......@@ -41,15 +41,6 @@ namespace pcl
return lhs.indices == rhs.indices;
}
}
namespace std
{
template <class T, class U>
std::ostream& operator<<(std::ostream& os, const std::pair<T, U>& rhs)
{
return os << "(" << rhs.first << ", " << rhs.second << ")";
}
}
constexpr uint32_t POINT_CLOUD_SIZE = 64;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment