#ifndef PYTHONIC_INCLUDE_OPERATOR_CONCAT__HPP #define PYTHONIC_INCLUDE_OPERATOR_CONCAT__HPP #include "pythonic/include/operator_/concat.hpp" PYTHONIC_NS_BEGIN namespace operator_ { USING_FUNCTOR(__concat__, concat); } PYTHONIC_NS_END #endif