Commit d34a3ee6 authored by Stefan Behnel's avatar Stefan Behnel

fix cimport in libcpp.string

parent 7f1dd773
# deprecated cimport for backwards compatibility:
from .string cimport const_char
from libc.string cimport const_char
cdef extern from "<string>" namespace "std":
......
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