https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216080
--- Comment #6 from Jan Beich (mail not working) <[email protected]> --- DragonFly, architectures on external toolchain and users that prefer GCC may be affected after upgrading GCC to 6.x or later. For some reason Clang (even 4.0) is still stuck with C++98 by default, so such errors can be fixed by sprinkling USE_CXXSTD=gnu++98 in ports. https://gcc.gnu.org/gcc-6/porting_to.html -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain To unsubscribe, send any mail to "[email protected]"
