1 #ifndef PYTHONIC_INCLUDE_OPERATOR_IXOR__HPP
2 #define PYTHONIC_INCLUDE_OPERATOR_IXOR__HPP
3 
4 #include "pythonic/include/operator_/ixor.hpp"
5 
6 PYTHONIC_NS_BEGIN
7 
8 namespace operator_
9 {
10   USING_FUNCTOR(__ixor__, ixor);
11 }
12 PYTHONIC_NS_END
13 
14 #endif
15