Commit f74b1566 authored by Stefan Behnel's avatar Stefan Behnel

Add comments about compatibility.

parent 84d15a30
......@@ -63,8 +63,8 @@ cdef extern from "<string>" namespace "std" nogil:
char& at(size_t)
char& operator[](size_t)
char& front()
char& back()
char& front() # C++11
char& back() # C++11
int compare(const string&)
string& append(const string&)
......
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