autocxx
autocxx copied to clipboard
Add stress test.
generate_all! for #include <string>
.
After fixing #923, next problem is generated C++ code that doesn't compile due to using lots of _bindgen_ty
types which don't actually exist.
I see at least four different bugs when trying to build this (at least on OS X). At some point in the future I'll aim to run each one through the reduction pipeline to come up with a reduced test case.
Working through #1069 should allow us eventually to land this.