mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 21:36:11 +01:00
Make Colour's op<< hidden friend
This commit is contained in:
parent
895d0a0696
commit
14533f5bb6
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user