#ifndef PYTHONIC_INCLUDE_OPERATOR_GETITEM__HPP #define PYTHONIC_INCLUDE_OPERATOR_GETITEM__HPP #include "pythonic/include/operator_/getitem.hpp" PYTHONIC_NS_BEGIN namespace operator_ { USING_FUNCTOR(__getitem__, getitem); } PYTHONIC_NS_END #endif