#ifndef PYTHONIC_INCLUDE_OPERATOR_IDIV__HPP #define PYTHONIC_INCLUDE_OPERATOR_IDIV__HPP #include "pythonic/include/operator_/idiv.hpp" PYTHONIC_NS_BEGIN namespace operator_ { USING_FUNCTOR(__idiv__, idiv); } PYTHONIC_NS_END #endif