Allow direct conversion from char* to std::string.
Previously this was only possible through Python (requring the GIL), sometimes implicitly (e.g. for string literals).
Showing
Please register or sign in to comment
Previously this was only possible through Python (requring the GIL), sometimes implicitly (e.g. for string literals).