[libcxx-commits] [PATCH] D141238: [libc++][test] Move `common_input_iterator` to `test_iterators.h`

Joe Loser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jan 9 06:36:10 PST 2023


jloser added inline comments.


================
Comment at: libcxx/test/support/test_iterators.h:700
 
+#  if TEST_STD_VER > 17
+
----------------
philnik wrote:
> 
Just switched to using `>= 20`.  Did we decide on using `>=` always going forward?  I thought there was a discussion within the last 6 months or so, but I forget and am used to the old-school way.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141238



More information about the libcxx-commits mailing list