1 #ifndef __JLANG__JASSERT__ 
    2 #define __JLANG__JASSERT__ 
    9 namespace JPP { 
using namespace JLANG; }
 
   16   template<
bool, 
class T = 
void>
 
   25     static const bool value = 
true;
 
   31 #define STATIC_CHECK(expr) { JLANG::JAssert<expr>(); }  
Generation of compiler error. 
 
do set_variable OUTPUT_DIRECTORY $WORKDIR T