7 #ifndef FOSSOLOGY_TESTUTILS_HPP
8 #define FOSSOLOGY_TESTUTILS_HPP
27 std::ostream&
operator <<(std::ostream& os,
const std::vector<int>& x)
29 typedef std::vector<int>::const_iterator cpm;
32 for (cpm it = x.begin(); it != x.end(); ++it) {
std::ostream & operator<<(std::ostream &os, const std::vector< int > &x)
<< operator overload to appends a vector to an ostream object