[Bug 258079] clang-11 fails: candidate template ignored: substitution failure [with U = float]: variable length array cannot be formed during template argument deduction

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 27 Aug 2021 10:02:08 UTC
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.