Scythe-1.0.3
#define SCYTHE_THROW (   EXCEP,
  MSG 
)
Value:
{                                                       \
    std::stringstream _SCYTHE_DEBUG_ss;                   \
    _SCYTHE_DEBUG_ss << MSG;                              \
    throw EXCEP(__FILE__, __func__, __LINE__,             \
        _SCYTHE_DEBUG_ss.str());                          \
  }

Referenced by scythe::gaxpy(), scythe::Matrix< T_type, M_ORDER, M_STYLE >::Matrix(), scythe::Matrix< T_type, M_ORDER, M_STYLE >::reference(), scythe::rng< mersenne >::rnchypgeom(), and scythe::Matrix< T_type, M_ORDER, M_STYLE >::save().