mirror of
https://github.com/boostorg/python.git
synced 2026-01-21 05:02:17 +00:00
Python 3.7 changes the return type of _PyUnicode_AsString() from void* to const char* -- causing the build of boost-python to fail. Signed-off-by: Bernhard Rosenkränzer <bero@lindev.ch>