matusnovak / wrenbind17

A header only library for binding C++17 classes and functions to Wren, an embeddable programming language
https://matusnovak.github.io/wrenbind17
MIT License
65 stars 10 forks source link

Support std::string_view #16

Open feliwir opened 1 year ago

feliwir commented 1 year ago

Hey,

it's currently not possible to bind a C++ function taking a std::string_view with the expected behaviour. Could this be added please?

matusnovak commented 1 year ago

Hi @feliwir

Yeah, of course. I see you have created a PR, I have commented in there.