#ifndef PYTHONIC_INCLUDE_OPERATOR_CONTAINS__HPP #define PYTHONIC_INCLUDE_OPERATOR_CONTAINS__HPP #include "pythonic/include/operator_/contains.hpp" PYTHONIC_NS_BEGIN namespace operator_ { USING_FUNCTOR(__contains__, contains); } PYTHONIC_NS_END #endif