compiler-research / CppInterOp

A Clang-based C++ Interoperability Library
Other
38 stars 20 forks source link

Make CreateInterpreter take std::vector<std::string> #207

Open vgvassilev opened 3 months ago

vgvassilev commented 3 months ago

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