#ifndef PYTHONIC_INCLUDE_UTILS_INT_HPP #define PYTHONIC_INCLUDE_UTILS_INT_HPP PYTHONIC_NS_BEGIN namespace utils { template struct int_ { }; // compile-time counter } PYTHONIC_NS_END #endif