1
0
forked from Alepha/Alepha

Move breakpoint stub to the top of the file.

This commit is contained in:
2023-10-28 18:00:13 -04:00
parent bca067add4
commit 19f060b2a6

View File

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