[all-commits] [llvm/llvm-project] c73a49: [libcxx][span] Remove tuple interface

Michael Schellenberger Costa via All-commits all-commits at lists.llvm.org
Thu May 14 05:26:13 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: c73a491d10b8f0258c02385fe14ad0626e8c8efd
      https://github.com/llvm/llvm-project/commit/c73a491d10b8f0258c02385fe14ad0626e8c8efd
  Author: Michael Schellenberger Costa <mschellenbergercosta at googlemail.com>
  Date:   2020-05-14 (Thu, 14 May 2020)

  Changed paths:
    M libcxx/include/span
    R libcxx/test/std/containers/views/span.tuple/get.fail.cpp
    R libcxx/test/std/containers/views/span.tuple/get.pass.cpp
    R libcxx/test/std/containers/views/span.tuple/tuple_element.fail.cpp
    R libcxx/test/std/containers/views/span.tuple/tuple_element.pass.cpp
    R libcxx/test/std/containers/views/span.tuple/tuple_size.fail.cpp
    R libcxx/test/std/containers/views/span.tuple/tuple_size.pass.cpp
    M libcxx/www/cxx2a_status.html

  Log Message:
  -----------
  [libcxx][span] Remove tuple interface

This implements P2116 by removing the tuple interface from std::span.

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




More information about the All-commits mailing list