-
Notifications
You must be signed in to change notification settings - Fork 762
Closed
Description
Hi,
using bindgen on a C++ template using CRTP result in a segfault.
The C++ file :
template<class T>
class Base {};
class Derived : public Base<Derived> {};
I have libclang v3.8.0 and rustc v1.9.0 and I'm on Manjaro Linux (linux distribution based on Arch Linux).
Metadata
Metadata
Assignees
Labels
No labels