https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80734
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |jakub at gcc dot gnu.org Resolution|--- |WONTFIX --- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> --- The bug is on the GCC 4.8 side, so either you need to patch it, or build with -std=gnu++98 - then __GNUC_STDC_INLINE__ will not be defined and it ought to compile fine.