<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Implement standard concepts"
   href="https://bugs.llvm.org/show_bug.cgi?id=48876">48876</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Implement standard concepts
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>libc++
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>enhancement
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>All Bugs
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedclangbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>cjdb.ns@gmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org, mclow.lists@gmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>This bug tracks the implementation of concepts from [[concepts]][1].

## Success criteria

* All concepts in [concepts] are implemented.
* libc++ C++20 status notes show that [P0898][9] and relevant LWG issues are
completed.

## Concepts merged into libc++ at the time of filing

* [std::same_as][2] (D74291)
* [std::destructible][3] (D91004)

## Concepts with open patches in Phabricator

* [std::derived_from][4] (D74292)
* [Arithmetic concepts][5] (D88131)
* [std::constructible_from][6] (D91986)
* [std::default_initializable][7] (D93461)

## WIP patches

* [std::convertible_to][8] (D77961)

[1]: <a href="http://wg21.link/concepts">http://wg21.link/concepts</a>
[2]: <a href="http://wg21.link/concept.same">http://wg21.link/concept.same</a>
[3]: <a href="http://wg21.link/concept.destructible">http://wg21.link/concept.destructible</a>
[4]: <a href="http://wg21.link/concept.derived">http://wg21.link/concept.derived</a>
[5]: <a href="http://wg21.link/concepts.arithmetic">http://wg21.link/concepts.arithmetic</a>
[6]: <a href="http://wg21.link/concept.constructible">http://wg21.link/concept.constructible</a>
[7]: <a href="http://wg21.link/concept.default.init">http://wg21.link/concept.default.init</a>
[8]: <a href="http://wg21.link/concept.convertible">http://wg21.link/concept.convertible</a>
[9]: <a href="http://wg21.link/p0898">http://wg21.link/p0898</a></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>