Timo Sachsenberg
Timo Sachsenberg
any update here?
Is there an easy way to also support that for std::vector ? Our param object now uses stl only objects so we can't use a StringList here
Basically I want to use e.g. param.setTags("key", ["s1", "s2"]) instead of param.setTags("key", [b"s1", b"s2"])
/reformat
/reformat
/reformat
/reformat
/reformat
I had a similar error message that went away after a new configure / deleting the CMakeCache
@hendrikweisser I think you mentioned the value bindings as biggest plus / main reason. I am trying to figure out how much work it would be to use our existing...