#include "../Data_Object.hpp" template VALUE Rice::detail:: default_allocation_func(VALUE klass) { Data_Object m(static_cast(0), klass); return m.value(); }