We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1cee0d6 + fecf959 commit 5fe1b46Copy full SHA for 5fe1b46
src/vt/configs/debug/debug_print.h
@@ -78,7 +78,10 @@
78
vt_print_colorize_impl(::vt::debug::bd_green(), "vt", ":")
79
80
#define vt_proc_print_colorize(proc) \
81
- vt_print_colorize_impl(::vt::debug::blue(), "[" + std::to_string(proc) + "]", "")
+ vt_print_colorize_impl( \
82
+ ::vt::debug::blue(), std::string("[") + std::to_string(proc) + "]", \
83
+ "" \
84
+ )
85
86
#define vt_debug_argument_option(opt) \
87
::vt::debug::preConfig()->vt_debug_ ## opt
0 commit comments