15       jit_error(
const std::string& assert, 
const std::string& what);
 
std::string assertions
If defined, static assertions that failed (ends with a eol). 
 
jit_error(const std::string &assert, const std::string &what)
 
static dyn::context ctx(const driver &d)
Get the context of the driver. 
 
An exception suited for our compilation errors. 
 
void compile(const std::string &ctx)
Compile, and load, a DSO with instantiations for ctx. 
 
Signature of a function call.