forked from catchorg/Catch2
Make Colour's op<< hidden friend
This commit is contained in:
@@ -60,9 +60,10 @@ namespace Catch {
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
bool m_moved = false;
|
bool m_moved = false;
|
||||||
|
|
||||||
|
friend std::ostream& operator << (std::ostream& os, Colour const&);
|
||||||
};
|
};
|
||||||
|
|
||||||
std::ostream& operator << ( std::ostream& os, Colour const& );
|
|
||||||
|
|
||||||
} // end namespace Catch
|
} // end namespace Catch
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user