forked from Alepha/Alepha
Move breakpoint stub to the top of the file.
This commit is contained in:
@ -47,6 +47,8 @@ namespace Alepha::Hydrogen::Testing ::detail:: table_test
|
||||
enum class OutputMode { All, Relaxed };
|
||||
}
|
||||
|
||||
inline void breakpoint() {}
|
||||
|
||||
namespace C
|
||||
{
|
||||
inline namespace Colors
|
||||
@ -504,8 +506,6 @@ namespace Alepha::Hydrogen::Testing ::detail:: table_test
|
||||
template< FunctionVariable auto, OutputMode outputMode= OutputMode::All > struct TableTest;
|
||||
}
|
||||
|
||||
inline void breakpoint() {}
|
||||
|
||||
namespace C
|
||||
{
|
||||
const bool debug= false;
|
||||
|
Reference in New Issue
Block a user