[all-commits] [llvm/llvm-project] 18fe3f: [libc++] Implements concept constructible_from

mordante via All-commits all-commits at lists.llvm.org
Thu Jan 28 09:37:16 PST 2021


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 18fe3fe0e74b161c723e1e5958ead795ca4fdb7e
      https://github.com/llvm/llvm-project/commit/18fe3fe0e74b161c723e1e5958ead795ca4fdb7e
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2021-01-28 (Thu, 28 Jan 2021)

  Changed paths:
    M libcxx/include/concepts
    A libcxx/test/std/concepts/concept.constructible/constructible_from.compile.pass.cpp

  Log Message:
  -----------
  [libc++] Implements concept constructible_from

Implements parts of:
- P0898R3 Standard Library Concepts
- P1754 Rename concepts to standard_case for C++20, while we still can

Depends on: D91004

Reviewed By: ldionne, cjdb, #libc

Differential Revision: https://reviews.llvm.org/D91986




More information about the All-commits mailing list