[all-commits] [llvm/llvm-project] 3df1a6: [libc++] Add a test for std::ssize's SFINAE

Quuxplusone via All-commits all-commits at lists.llvm.org
Wed Sep 6 16:42:36 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3df1a64ebad8f31231ba05cf6ff43a985fea9235
      https://github.com/llvm/llvm-project/commit/3df1a64ebad8f31231ba05cf6ff43a985fea9235
  Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
  Date:   2023-09-06 (Wed, 06 Sep 2023)

  Changed paths:
    A libcxx/test/std/iterators/iterator.container/ssize.LWG3207.compile.pass.cpp

  Log Message:
  -----------
  [libc++] Add a test for std::ssize's SFINAE

Inspired by https://reviews.llvm.org/D120684#inline-1157644 and
subsequent LWG discussion. See http://wg21.link/LWG3207 for
additional context.

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

Co-authored-by: Louis Dionne <ldionne.2 at gmail.com>




More information about the All-commits mailing list