Skip to content

Commit

Permalink
Remove operator<< from CollectionUtils.h
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell authored Oct 4, 2023
1 parent 1c7f4ab commit 6e825dd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/src/ComparisonUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@
#include <vector>
#include <algorithm>

inline std::ostream& operator<<(std::ostream& os, const podio::ObjectID id)
{
return os << "[" << id.collectionID << ": " << id.index << "]";
}

template<typename T>
inline std::ostream& printContainer(std::ostream& os, const T& cont)
{
Expand Down

0 comments on commit 6e825dd

Please sign in to comment.