[libcxx-commits] [PATCH] D101242: [libcxx][nfc] prefixes test type `input_iterator` with `cpp17_`

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Apr 30 20:55:10 PDT 2021


Quuxplusone added inline comments.


================
Comment at: libcxx/benchmarks/filesystem.bench.cpp:69
 void BM_PathConstructForwardIter(benchmark::State &st, GenInputs gen) {
-  BM_PathConstructIter<forward_iterator>(st, gen);
+  BM_PathConstructIter<legacy_forward_iterator>(st, gen);
 }
----------------
This `legacy_` should also be `cpp17_`, right? (I think a `git grep` would help here.)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D101242/new/

https://reviews.llvm.org/D101242



More information about the libcxx-commits mailing list