vtk-m2/CMake/InstantiationTemplate.cxx.in

13 lines
280 B
C++
Raw Normal View History

#ifndef @INSTANTIATION_INC_GUARD@
#define @INSTANTIATION_INC_GUARD@
#endif
#include <@INSTANTIATION_TEMPLATE_SOURCE@>
/* Needed for linking errors when no instantiations */
int @INSTANTIATION_INC_GUARD@@counter@__;
@INSTANTIATION_DECLARATION@
#undef @INSTANTIATION_INC_GUARD@