mapbox / variant

C++11/C++14 Variant
BSD 3-Clause "New" or "Revised" License
371 stars 101 forks source link

Clang 3.9.0 segfaults with variant/using-declaration #121

Closed springmeyer closed 7 years ago

springmeyer commented 8 years ago

This ticket is to document that mapbox::variant usage may trigger a segfault in the recent clang 3.9.0 release. There is unlikely anything we need to do in mapbox::variant, but I'd like to keep this open as a notice until the issue is resolved in clang.

springmeyer commented 7 years ago

Bug against clang is being discussed at https://llvm.org/bugs/show_bug.cgi?id=29087. Since this is a clang regression there appears to be nothing we need to do on our end. Closing.