[Bug c++/77958] printf format checking -vs- variadic template functions

arsen at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sat Dec 7 17:19:53 GMT 2024


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77958

Arsen Arsenović <arsen at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |arsen at gcc dot gnu.org

--- Comment #4 from Arsen Arsenović <arsen at gcc dot gnu.org> ---
ISTM that the FIRST-TO-CHECK argument in the format specification is not useful
unless it permits non-variadic functions to check types (whether they are
variadic templates or general non-variadic functions).

this restriction feels arbitrary as a result of that


More information about the Gcc-bugs mailing list