[all-commits] [llvm/llvm-project] 83de10: [libc++][test] Adds an cpp20_output_iterator.

mordante via All-commits all-commits at lists.llvm.org
Tue Apr 5 08:31:57 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 83de1073824463ab80061a0687199079a3cd2931
      https://github.com/llvm/llvm-project/commit/83de1073824463ab80061a0687199079a3cd2931
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2022-04-05 (Tue, 05 Apr 2022)

  Changed paths:
    M libcxx/test/std/iterators/iterator.requirements/iterator.concepts/iterator.concept.output/output_iterator.compile.pass.cpp
    M libcxx/test/support/test_iterators.h

  Log Message:
  -----------
  [libc++][test] Adds an cpp20_output_iterator.

This iterator is used to test code that only needs to satisfy the
output_iterator concept. Follow-up changes will use this iterator in
older language Standards.

Reviewed By: ldionne, #libc, philnik, var-const

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




More information about the All-commits mailing list