Jan Vorisek
Results
2
issues of
Jan Vorisek
Hi there! I had to revert back to 0.1.6 as all the new releases are missing the built lib folder and it results in dependency not found during the compilation...
Thanks for a really useful library! Is it possible to make addConstructor use smart pointers? I.e., in emscripten I can do ```cpp EMSCRIPTEN_BINDINGS(better_smart_pointers) { class_("C") .smart_ptr_constructor("C", &std::make_unique) ; } ```...