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
The text was updated successfully, but these errors were encountered:
This would allow us to reduce the code bloat in converting
string
s intoconst char*
. That will lift the responsibility for thinking about lifetime of theconst char*
from the users on the CppInterOp. Seetest.cpp
in conda-forge/cppinterop-feedstockThe text was updated successfully, but these errors were encountered: