Commit 09a5e0fd authored by Robert Bradshaw's avatar Robert Bradshaw

Move nested classes helper file.

parent 62d2fc74
# tag: cpp # tag: cpp
cdef extern from "cpp_nested_classes_support.cpp": cdef extern from "cpp_nested_classes_support.h":
cdef cppclass A: cdef cppclass A:
cppclass B: cppclass B:
int square(int) int square(int)
......
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