1
0
forked from Alepha/Alepha

Correct an incorrect forward declaration.

This commit is contained in:
2023-11-19 01:36:43 -05:00
parent ad7f118785
commit af6c39b153

View File

@ -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 );