Commit 8f1fbffd authored by dalcinl's avatar dalcinl

MSVC: quick fix for int complex test failing in C++, do not use std::complex<int>

parent 9821a448
import cython
cdef extern from "complex_int_T446_fix.h":
pass
def test_arith(int complex a, int complex b):
"""
>>> test_arith(4, 2)
......
#if defined _MSC_VER && defined __cplusplus
#define CYTHON_CCOMPLEX 0
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment