More include and impl refactoring
This commit is contained in:
parent
5f3f19de08
commit
1d3bfa0353
13 changed files with 329 additions and 257 deletions
|
@ -187,4 +187,8 @@ namespace Catch {
|
|||
impl->use( _colourCode );
|
||||
}
|
||||
|
||||
std::ostream& operator << ( std::ostream& os, Colour const& ) {
|
||||
return os;
|
||||
}
|
||||
|
||||
} // end namespace Catch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue