[all-commits] [llvm/llvm-project] bee7b0: [libcxx] adds [concepts.arithmetic]

Christopher Di Bella via All-commits all-commits at lists.llvm.org
Wed Feb 10 11:05:36 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bee7b07f230d53de4945769a93490e3488252a7e
      https://github.com/llvm/llvm-project/commit/bee7b07f230d53de4945769a93490e3488252a7e
  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/arithmetic.pass.cpp
    M libcxx/test/std/concepts/lang/copyconstructible.compile.pass.cpp
    M libcxx/test/std/concepts/lang/moveconstructible.compile.pass.cpp

  Log Message:
  -----------
  [libcxx] adds [concepts.arithmetic]

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/D88131




More information about the All-commits mailing list