forked from Alepha/Alepha
Correct an incorrect forward declaration.
This commit is contained in:
@ -35,7 +35,7 @@ namespace Alepha::Hydrogen::Testing ::detail:: printDebugging_m
|
||||
enum class OutputMode { All, Relaxed };
|
||||
|
||||
template< OutputMode outputMode, typename T >
|
||||
void streamDebugging( const T &witness, const T &expected );
|
||||
void streamDebugging( std::ostream &stream, const T &witness, const T &expected );
|
||||
|
||||
template< OutputMode outputMode, typename T >
|
||||
void printDebugging( const T &witness, const T &expected );
|
||||
|
Reference in New Issue
Block a user