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

Tomasz Kamiński <tkaminsk at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|13.0                        |15.0
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1
      Known to fail|                            |13.1.0
           Keywords|                            |accepts-invalid
   Last reconfirmed|                            |2025-03-28
           Assignee|unassigned at gcc dot gnu.org      |tkaminsk at gcc dot 
gnu.org

--- Comment #1 from Tomasz Kamiński <tkaminsk at gcc dot gnu.org> ---
We should adjust the signature of parse and format functions to accept
basic_format_parse_context<CharT> and basic_format_context<Out, CharT>
respectively. 
Furthermore we should constrain CharT to char and wchar_t only,
as for other formatters.

Reply via email to