tech-pkg archive

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

Re: proper fix for C++17?



Thomas Klausner <wiz%NetBSD.org@localhost> writes:

> I usually try to guess from
>
> https://gcc.gnu.org/projects/cxx-status.html
>
> the minimum version of gcc that will support what the program needs
> and try building with that, and if that doesn't work (has happened...)
> increase GCC_REQD and try again.

Thanks.  I did find that but in this case it says 7 supports C++17
except for one tiny thing that doesn't seem to be charconv.   But, I
tried nodejs with 8, so that seems to be what is needed, so I went with
that.





Home | Main Index | Thread Index | Old Index