This is Unofficial EPICS BASE Doxygen Site
boost::assertion::detail Namespace Reference

Functions

void assertion_failed_msg (char const *expr, char const *msg, char const *function, char const *file, long line)
 

Function Documentation

void boost::assertion::detail::assertion_failed_msg ( char const *  expr,
char const *  msg,
char const *  function,
char const *  file,
long  line 
)
inline

Definition at line 97 of file assert.hpp.

99  {
101  << "***** Internal Program Error - assertion (" << expr << ") failed in "
102  << function << ":\n"
103  << file << '(' << line << "): " << msg << std::endl;
104  std::abort();
105  }
char * line
Definition: reader.c:25
#define BOOST_ASSERT_MSG_OSTREAM
Definition: assert.hpp:88