[Bug 271047] [exp-run] Against llvm-16-update branch on GitHub

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 25 Jun 2023 17:01:15 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271047

--- Comment #85 from Dimitry Andric <dim@FreeBSD.org> ---
(In reply to commit-hook from comment #84)
> Adding "CXXFLAGS+=-std=c++11" to fix the build on 14-CURRENT.

Btw, if it is possible and the port's configure or make system accepts it,
please use USE_CXXSTD= instead, as it is more or less the standard way.

Also, in most cases I have used gnu++11 or gnu++14, since many programs are
(silently or not) dependent on GNU extensions.

-- 
You are receiving this mail because:
You are on the CC list for the bug.