tech-toolchain archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: netbsd-8 build failing with newer clang



On Sun, Oct 21, 2018 at 09:51:30PM +0000, coypu%sdf.org@localhost wrote:
> newer clang defaults to c++11, newer clang++ makes
> -Wreserved-user-defined-literal fatal by default.

This is wrong. The warning is part of the language specification. If
anything, things like GCC should explicitly be built with -std=gnu++03.

Joerg


Home | Main Index | Thread Index | Old Index