[all-commits] [llvm/llvm-project] a0071b: [libc++] Removes cpp17_output_iterator's default c...

mordante via All-commits all-commits at lists.llvm.org
Tue Feb 8 08:38:44 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a0071b9353a671b49b8904784b20248dd389f7a6
      https://github.com/llvm/llvm-project/commit/a0071b9353a671b49b8904784b20248dd389f7a6
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2022-02-08 (Tue, 08 Feb 2022)

  Changed paths:
    M libcxx/test/std/algorithms/alg.modifying.operations/alg.random.sample/sample.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_double.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_long_double.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.time/locale.time.put.byname/put1.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.time/locale.time.put/locale.time.put.members/put1.pass.cpp
    M libcxx/test/std/localization/locale.categories/category.time/locale.time.put/locale.time.put.members/put2.pass.cpp
    M libcxx/test/support/test_iterators.h

  Log Message:
  -----------
  [libc++] Removes cpp17_output_iterator's default constructor.

This has been suggested in D117950.

Reviewed By: ldionne, #libc, philnik

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




More information about the All-commits mailing list