<table border="1" cellspacing="0" cellpadding="8">
    <tr>
        <th>Issue</th>
        <td>
            <a href=https://github.com/llvm/llvm-project/issues/64522>64522</a>
        </td>
    </tr>

    <tr>
        <th>Summary</th>
        <td>
            [Bug]: Issues with `std::format`, `std::vformat` in `libcxx`
        </td>
    </tr>

    <tr>
      <th>Labels</th>
      <td>
      </td>
    </tr>

    <tr>
      <th>Assignees</th>
      <td>
      </td>
    </tr>

    <tr>
      <th>Reporter</th>
      <td>
          just-ero
      </td>
    </tr>
</table>

<pre>
    ## Description
Using parts of `std::format` and `std::vformat` results in issues in `format_arg_store.h`. I don't have a minimal repro unfortunately.

Here are some of the errors I see:
```
~/libcxx/include/__format/format_arg_store.h(158,29): error : call to deleted function '__determine_arg_t'
~/libcxx/include/__format/format_arg_store.h(158,21): error : constexpr variable '__arg' must be initialized by a constant expression
~/libcxx/include/__format/format_arg_store.h(158,29): error : call to consteval function 'std::__format::__determine_arg_t<std::format_context, unsigned int *>' is not a constant expression
~/libcxx/include/__format/format_arg_store.h(159,17): error : static assertion expression is not an integral constant expression
~/libcxx/include/__format/format_arg_store.h(164,17): error : constexpr if condition is not a constant expression
~/libcxx/include/__format/format_arg_store.h(167,46): error : static_cast from 'unsigned int *' to 'typename format_context::char_type' (aka 'char') is not allowed
```

There are no errors resulting from my own code (none in my own files).
</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJy0VU1zozgQ_TXtS1dcIDCYAwePs67NffdMCdSAZoXkkhon3sP-9i1B7Mwkmduk7BL66JZet14_yRD0YIlq2H2D3eNGzjw6X3-fAz-Qd5vWqWsNIgOR4SOFzusza2cheYTk8HfQdsCz9BzQ9QhFElhBdoDs0Ds_SYYiQWnVTyuXtyVPYTYcUFvUIcy09KBIVotG-qEJ7DxtRyiSLT6hchZEyTjKC6HESVs9SYOezt7hbHvnebaSyVy3K8K1_ZM8ofSEwU0UkfJISN47H_AJA1FEttoXyet_Gf4H4mR02728gDhp25lZEYhT07zGIE6fQBX7dLcHcRQViAqyw3oSxl4njUF2qMgQk8J-tl1MJ4Iom0YRk5-0pWU7BlH-DhTpRxTOBqaXs8eL9Fq2htbzpR9AlDjNgbEl1Fazlkb_SwrbK8rVT1rG6Esh3HnwVWlagV6k-SlRdybd938dvc9fdnxHx6ZzlumFQRxxtgvxFWrLCOIA2R8xeB3QOv6SYCsQx7T8EGxgybpDGQL5JcS3A-9obERJg5fm9-Mq8s9xvbFE93GgNP8I6QuAlCCOefGLBDWdDIy9d1PkwIfbE2UkTBSH65msnAjfXflCg26UvokW0R7EXv4jo0-cjtUmqnt4xrhnUp-Kwtr-Nd5Exbqblqx6FjVxwTld0T1b7JyKBba3zsaiuk332lAAUW03qs5UlVVyQ3VaVGm-T0uRbsY6zZKuUqpLq47yNC9FW5WS8rLrE1VlJW10LRKRJfvll-6KbSnafJervM9zUabtHvKEJqnN1pjLtHV-2Cw6Wxf5ToiNkS2ZcFN-X0ejh3YeAuSJ0YHDmxtrNssb8W0eYPcYr-VpVexnzePnyh-r7BfCv8r8K0mKZDN7U4_M5xAtxQnEadA8zu22c1Nkk7ncPg9n775TF1m0PhkgTks0_wcAAP__lb80-A">