diff --git a/Testing/TableTest.h b/Testing/TableTest.h index fab7e00..b6e8997 100644 --- a/Testing/TableTest.h +++ b/Testing/TableTest.h @@ -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;