Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Aug 2021 10:02:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        toolchain@FreeBSD.org
Subject:   [Bug 258079] clang-11 fails: candidate template ignored: substitution failure [with U = float]: variable length array cannot be formed during template argument deduction
Message-ID:  <bug-258079-29464-Mwp50oT21q@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-258079-29464@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258079

--- Comment #2 from Dimitry Andric <dim@FreeBSD.org> ---
Is it possible to compile this source with -std=gnu++98 or -std=gnu++03 ?
Because appparently this VLA restriction is very old, but somehow only
triggered for C++11 and higher.

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-258079-29464-Mwp50oT21q>