[libcxx-commits] [PATCH] D118971: [libc++] Removes cpp17_output_iterator's default constructor.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Feb 3 23:05:35 PST 2022


Mordante created this revision.
Mordante added reviewers: Quuxplusone, ldionne.
Herald added a subscriber: wenlei.
Mordante requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

This has been suggested in D117950 <https://reviews.llvm.org/D117950>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D118971

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



More information about the libcxx-commits mailing list