[libcxx-commits] [PATCH] D92240: [libc++] Consistently unparenthesize `numeric_limits<T>::max`. NFCI.

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Nov 27 12:05:39 PST 2020


Quuxplusone planned changes to this revision.
Quuxplusone added a comment.

Actually, this //does// break libcxx/test/libcxx/min_max_macros.compile.pass.cpp — but now I'm trying to figure out how the existing use of min() and max(), e.g. in <istream>, //doesn't// break that test!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92240



More information about the libcxx-commits mailing list