El 17/04/2026 a las 9:05, Alexander Grund via Boost escribió:
Am 16.04.26 um 16:49 schrieb Marshall Clow via Boost:
On Apr 16, 2026, at 7:47 AM, Marshall Clow <mclow.lists@gmail.com> wrote:
In particular, there are over 3000 warnings of the form:
./boost/proto/transform/detail/preprocessed/call.hpp:12:23: warning: declaration of a variadic function without a comma before '...' is deprecated [-Wdeprecated-missing-comma-variadic-parameter] 12 | struct call<Fun(A0...)> : transform<call<Fun(A0...)> > | ^ | , ./boost/proto/transform/detail/preprocessed/call.hpp:12:52: warning: declaration of a variadic function without a comma before '...' is deprecated [-Wdeprecated-missing-comma-variadic-parameter] 12 | struct call<Fun(A0...)> : transform<call<Fun(A0...)> > | ^ | , ./boost/proto/transform/detail/preprocessed/call.hpp:32:28: warning: declaration of a variadic function without a comma before '...' is deprecated [-Wdeprecated-missing-comma-variadic-parameter] 32 | struct call<Fun(A0 , A1...)> : transform<call<Fun(A0 , A1...)> >
(C++2c only) This has already been reported: https://github.com/boostorg/proto/issues/37
— Marshall 3k warnings is ridiculous. The issue is almost a year old, the PR half a year
Given the patch is pretty trivial and CI from clang 3.9 to GCC 14 has already succeeded again I'd vote to include this for 1.91
+1 Joaquín M López Muñoz