34 #define TF_CXXTIME_UTIL_WARNING_CC_VERSION \ 35 "TF_CXXTIME_UTIL_WARNING_CC V1.0 " 55 std::string callerstring, textstring;
59 for (i=0; i<caller_len; i++) { callerstring += *(caller++); }
60 for (i=0; i<text_len; i++) { textstring += *(text++); }
61 std::string message=
"ERROR ("+callerstring+
"): "+textstring;
62 std::cerr << message << std::endl;
72 std::string callerstring, textstring;
76 for (i=0; i<caller_len; i++) { callerstring += *(caller++); }
77 for (i=0; i<text_len; i++) { textstring += *(text++); }
78 std::string message=
"ERROR ("+callerstring+
"): "+textstring;
80 std::cerr << message <<
" " << i << std::endl;
static bool suppress_year
int time_util_warning__(char *caller, char *text, time_kernel::ftnlen caller_len, time_kernel::ftnlen text_len)
static bool suppress_normal
int time_util_warning_n__(char *caller, char *text, time_kernel::integer *n, time_kernel::ftnlen caller_len, time_kernel::ftnlen text_len)