[all-commits] [llvm/llvm-project] e88909: [libc++][docs] Mark LWG3447 as complete

Joseph Loser via All-commits all-commits at lists.llvm.org
Mon Oct 11 18:41:14 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e889099986bc3ff9e27605d3e4433d24048a6d7f
      https://github.com/llvm/llvm-project/commit/e889099986bc3ff9e27605d3e4433d24048a6d7f
  Author: Joe Loser <joeloser93 at gmail.com>
  Date:   2021-10-11 (Mon, 11 Oct 2021)

  Changed paths:
    M libcxx/docs/Status/Cxx2bIssues.csv

  Log Message:
  -----------
  [libc++][docs] Mark LWG3447 as complete

Mark LWG3447 as complete since it was not an issue since the original
implementation of `take_view` from
0f4b41e038537ab2ab6fa2aa048e55c28a03ab68. Currently, `take_view`'s
deduction guide does not constrain the range on the `range` concept.

Reviewed By: ldionne, Mordante, #libc

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




More information about the All-commits mailing list