[libcxx-commits] [PATCH] D113906: [libc++] [test] Add "robust_re_difference_type.compile.pass.cpp" for all the algorithms.

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Nov 16 11:18:01 PST 2021


Quuxplusone updated this revision to Diff 387711.
Quuxplusone added a comment.

Enable the "robust_xxx" tests in C++03 too.
(This means switching from lambdas to named class types, and ifdef'ing out a surprisingly low number of lines.)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113906

Files:
  libcxx/test/std/algorithms/robust_against_adl.compile.pass.cpp
  libcxx/test/std/algorithms/robust_against_adl.pass.cpp
  libcxx/test/std/algorithms/robust_against_adl_on_new.pass.cpp
  libcxx/test/std/algorithms/robust_re_difference_type.compile.pass.cpp
  libcxx/test/support/test_macros.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113906.387711.patch
Type: text/x-patch
Size: 35341 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211116/2d4d368a/attachment-0001.bin>


More information about the libcxx-commits mailing list