[all-commits] [llvm/llvm-project] 8ef69c: [libcxx] adds concept std::copyable

Christopher Di Bella via All-commits all-commits at lists.llvm.org
Thu Mar 11 19:47:50 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8ef69c66d5aab9ca2f04e0aecf109a2d2f7bb4b9
      https://github.com/llvm/llvm-project/commit/8ef69c66d5aab9ca2f04e0aecf109a2d2f7bb4b9
  Author: Christopher Di Bella <cjdb.ns at gmail.com>
  Date:   2021-03-11 (Thu, 11 Mar 2021)

  Changed paths:
    M libcxx/include/concepts
    A libcxx/test/std/concepts/object/copyable.compile.pass.cpp
    A libcxx/test/support/type_classification/copyable.h

  Log Message:
  -----------
  [libcxx] adds concept std::copyable

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

Depends on D97359

Reviewed By: EricWF, #libc, Quuxplusone, zoecarver

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




More information about the All-commits mailing list