#ifndef MTOOLS_TMPL #define MTOOLS_TMPL template void mtools::delete_obj( type_ type_obj ) { if ( type_obj ) delete type_obj; } #endif