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