[libcxx-commits] [PATCH] D128655: [libc++] Add a few missing min/max macro push/pop
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jun 27 08:37:51 PDT 2022
ldionne created this revision.
Herald added a project: All.
ldionne requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
Also, improve the test for nasty macros to define min and max, so this
will be caught in the future.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D128655
Files:
libcxx/include/__algorithm/ranges_minmax.h
libcxx/include/__ranges/drop_view.h
libcxx/test/libcxx/containers/associative/undef_min_max.pass.cpp
libcxx/test/libcxx/nasty_macros.compile.pass.cpp
libcxx/test/libcxx/numerics/c.math/undef_min_max.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128655.440245.patch
Type: text/x-patch
Size: 2978 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220627/5bbc1e81/attachment.bin>
More information about the libcxx-commits
mailing list