You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would allow us to reduce the code bloat in converting strings into const char*. That will lift the responsibility for thinking about lifetime of the const char* from the users on the CppInterOp. See test.cpp in conda-forge/cppinterop-feedstock