1#ifndef __JLANG__JASSERT__
2#define __JLANG__JASSERT__
9namespace JPP {
using namespace JLANG; }
16 template<
bool,
class T =
void>
25 static const bool value =
true;
31#define STATIC_CHECK(expr) { JLANG::JAssert<expr>(); }
Auxiliary classes and methods for language specific functionality.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Generation of compiler error.