7 #ifndef __FWTOOLS_INTRINSICTYPES_HPP__ 8 #define __FWTOOLS_INTRINSICTYPES_HPP__ 10 #include <boost/mpl/push_back.hpp> 12 #include "fwTools/IntegerTypes.hpp" 18 typedef ::boost::mpl::push_back< IntegerTypes, float >::type IntrinsicTypes;
20 typedef ::boost::mpl::push_back< ::boost::mpl::push_back< IntegerTypes, float >::type,
double >::type IntrinsicTypes;
25 #endif //__FWTOOLS_INTRINSICTYPES_HPP__