blob: d8ba3da2bb2aa14d90f7f259adb2966fdc616a8a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef PYTHONIC_OPERATOR_IXOR_HPP
#define PYTHONIC_OPERATOR_IXOR_HPP
#include "pythonic/include/operator_/ixor.hpp"
#define OPERATOR_NAME ixor
#define OPERATOR_SYMBOL ^
#define OPERATOR_ISYMBOL ^=
#include "pythonic/operator_/icommon.hpp"
#endif
|