Commit dec08594 authored by Stefan Behnel's avatar Stefan Behnel

cannot currently enable warning checks for C++ class definition syntax as...

cannot currently enable warning checks for C++ class definition syntax as there are incorrect warnings
parent ed8e6972
# cython: experimental_cpp_class_def=True # mode: run
# tag: cpp # tag: cpp
#### tag: werror # FIXME: fix spurious warnings and enable
# cython: experimental_cpp_class_def=True
cdef double pi cdef double pi
from math import pi from math import pi
......
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