boostorg / icl

Boost.org icl module
http://boost.org/libs/icl
10 stars 44 forks source link

Compilation issue with GCC and C++17 #21

Open Timmmm opened 5 years ago

Timmmm commented 5 years ago

See https://bugzilla.redhat.com/show_bug.cgi?id=1485641

TL;DR, there's a compilation error in ICL if you are using GCC with C++17. It works with Clang for me.

A hacky workaround is to use -fno-new-ttp-matching when compiling with GCC.