TS++ library: time series library

◆ dont_report_on_construct()

void ts::error::Exception::dont_report_on_construct ( )
staticinherited

Issue NO screen report on construction of exception.

switch off

Definition at line 87 of file error.cc.

References ts::error::Exception::Mreport_on_construct.

88  {
90  }
static bool Mreport_on_construct
Shall we print to cerr at construction time?
Definition: error.h:91