| c++ Programming Glossary: compiletimecheckerCompileTimeChecker from Modern C++ Design not working as expected http://stackoverflow.com/questions/3934664/compiletimechecker-from-modern-c-design-not-working-as-expected  from Modern C Design not working as expected  I've recently.. Assertions I tried the following code template bool struct CompileTimeChecker CompileTimeChecker ... template struct CompileTimeChecker false.. the following code template bool struct CompileTimeChecker CompileTimeChecker ... template struct CompileTimeChecker false #define STATIC_CHECK.. 
 |