more compact debug messages

This commit is contained in:
conrad
2024-04-26 12:57:33 +10:00
parent 95adb74219
commit a4bdfd034b
11 changed files with 31 additions and 19 deletions
+2 -2
View File
@@ -317,7 +317,7 @@ inline
void
arma_thisprint(const void* this_ptr)
{
get_cerr_stream() << " [this = " << this_ptr << ']' << std::endl;
get_cerr_stream() << " [this: " << this_ptr << ']' << std::endl;
}
@@ -1369,7 +1369,7 @@ arma_assert_atlas_size(const T1& A, const T2& B)
#if defined(ARMA_DEBUG) || defined(ARMA_EXTRA_DEBUG)
#if defined(ARMA_DEBUG)
#define arma_debug_sigprint arma_sigprint(ARMA_FNSIG); arma_bktprint
#define arma_debug_sigprint_this arma_sigprint(ARMA_FNSIG); arma_thisprint