00001 #include <toast/contracts.hpp> 00002 00012 #define TOAST_MODULE_INIT(expression) \ 00013 namespace { \ 00014 bool TOAST_PP_APPEND_LINE(toast_module_init) = ((expression), true); \ 00015 } 00016