[all-commits] [llvm/llvm-project] 8caf83: [libcxx] adds concept `std::convertible_to`

Christopher Di Bella via All-commits all-commits at lists.llvm.org
Tue Feb 9 19:29:38 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8caf835337f7bae9d686afdfc16c4897f2da61d8
      https://github.com/llvm/llvm-project/commit/8caf835337f7bae9d686afdfc16c4897f2da61d8
  Author: Christopher Di Bella <cjdb at google.com>
  Date:   2021-02-10 (Wed, 10 Feb 2021)

  Changed paths:
    M libcxx/include/concepts
    A libcxx/test/std/concepts/lang/convertible.compile.pass.cpp

  Log Message:
  -----------
  [libcxx] adds concept `std::convertible_to`

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

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




More information about the All-commits mailing list