Vcsn
2.0
Be Rational
|
An exception suited for our compilation errors. More...
#include <translate.hh>
Public Member Functions | |
jit_error (const std::string &assert, const std::string &what) | |
Public Attributes | |
std::string | assertions |
If defined, static assertions that failed (ends with a eol). More... | |
An exception suited for our compilation errors.
Definition at line 14 of file translate.hh.
vcsn::dyn::jit_error::jit_error | ( | const std::string & | assert, |
const std::string & | what | ||
) |
Definition at line 31 of file translate.cc.
std::string vcsn::dyn::jit_error::assertions |
If defined, static assertions that failed (ends with a eol).
Definition at line 18 of file translate.hh.
Referenced by vcsn::dyn::detail::Registry< Fun >::get().