#ifndef PYTHONIC_INCLUDE_OPERATOR_ILSHIFT__HPP #define PYTHONIC_INCLUDE_OPERATOR_ILSHIFT__HPP #include "pythonic/include/operator_/ilshift.hpp" PYTHONIC_NS_BEGIN namespace operator_ { USING_FUNCTOR(__ilshift__, ilshift); } PYTHONIC_NS_END #endif