[libcxx-commits] [PATCH] D100429: [libc++][ranges] Add range.cmp: equal_to, not_equal_to, less, etc.
Arthur O'Dwyer via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Apr 13 17:59:47 PDT 2021
Quuxplusone added inline comments.
================
Comment at: libcxx/include/functional:3287
+
+ using is_transparent = char;
+};
----------------
Use `using is_transparent = void;`, for consistency.
Also, please add the missing `_VSTD::` to all instances of `forward` in the new stuff.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100429/new/
https://reviews.llvm.org/D100429
More information about the libcxx-commits
mailing list