#define TRACE
#include <xtd/diagnostics/trace>
#include <xtd/console>
auto main() -> int {
auto index = 0;
trace::cassert_(index > 0, "index must be greater than 0");
}
static void write_line()
Writes the current line terminator to the standard output stream using the specified format informati...
The xtd::diagnostics namespace provides classes that allow you to interact with system processes,...
Definition assert_dialog_result.h:10
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10