#ifndef PYTHONIC_INCLUDE_OPERATOR_ITRUEDIV__HPP #define PYTHONIC_INCLUDE_OPERATOR_ITRUEDIV__HPP #include "pythonic/include/operator_/itruediv.hpp" PYTHONIC_NS_BEGIN namespace operator_ { USING_FUNCTOR(__itruediv__, itruediv); } PYTHONIC_NS_END #endif