Jasper Bosch
Jasper Bosch
@Kriskras99 I'm having the same issue. Also tried it in a tiny test project, as soon as you `#include ` in the C++ header (even without using any `std::filesystem` stuff...
@Kriskras99 Sorry, forgot to mention it before. I also tried using `std::filesystem::path` in my test project, just to test and allowlisting that type (`.allowlist_type("std::filesystem::path")`), but that didn't help.
Thanks @Kriskras99! Marked all of `std::.*` as opaque and allowlisted only what I need.