[all-commits] [llvm/llvm-project] b552a3: [libc++] Finish implementing P0202R3

Nicholas Baron via All-commits all-commits at lists.llvm.org
Mon Sep 14 14:03:37 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b552a30283cea1e9d3f90aef3cdd2ac24c366062
      https://github.com/llvm/llvm-project/commit/b552a30283cea1e9d3f90aef3cdd2ac24c366062
  Author: Nicholas-Baron <nicholas.baron.ten at gmail.com>
  Date:   2020-09-14 (Mon, 14 Sep 2020)

  Changed paths:
    M libcxx/include/algorithm
    M libcxx/test/std/algorithms/alg.modifying.operations/alg.rotate/rotate_copy.pass.cpp
    M libcxx/test/std/algorithms/alg.sorting/alg.merge/merge.pass.cpp
    M libcxx/test/std/algorithms/alg.sorting/alg.merge/merge_comp.pass.cpp
    M libcxx/www/cxx2a_status.html

  Log Message:
  -----------
  [libc++] Finish implementing P0202R3

cppreference lists the support for this paper as partial.
I found 4 functions which the paper marks as `constexpr`,
but did not use the appropriate macro.

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




More information about the All-commits mailing list