Skip to content

Segfault with CRTP #22

@n3f4s

Description

@n3f4s

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions