<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:mclow.lists@gmail.com" title="Marshall Clow (home) <mclow.lists@gmail.com>"> <span class="fn">Marshall Clow (home)</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - std::basic_stringstream is not working with std::byte"
   href="https://bugs.llvm.org/show_bug.cgi?id=40270">bug 40270</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>INVALID
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - std::basic_stringstream is not working with std::byte"
   href="https://bugs.llvm.org/show_bug.cgi?id=40270#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - std::basic_stringstream is not working with std::byte"
   href="https://bugs.llvm.org/show_bug.cgi?id=40270">bug 40270</a>
              from <span class="vcard"><a class="email" href="mailto:mclow.lists@gmail.com" title="Marshall Clow (home) <mclow.lists@gmail.com>"> <span class="fn">Marshall Clow (home)</span></a>
</span></b>
        <pre>Billy O'Neil commented on twitter:
(<a href="https://twitter.com/MalwareMinigun/status/1083420061069496322">https://twitter.com/MalwareMinigun/status/1083420061069496322</a>)

and noted that <a href="http://eel.is/c++draft/iostreams.limits.pos#2">http://eel.is/c++draft/iostreams.limits.pos#2</a> says:

In the classes of [input.output], a template parameter with name charT
represents a member of the set of types containing char, wchar_­t, and any
other implementation-defined character types that satisfy the requirements for
a character on which any of the iostream components can be instantiated.

Since byte is not a character type
(<a href="http://eel.is/c++draft/basic.fundamental#7">http://eel.is/c++draft/basic.fundamental#7</a>), so you don't get streams of
std::byte.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>