[PATCH] D40006: Add ADL support to range based <algorithm> extensions
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 15 19:41:33 PST 2017
dblaikie accepted this revision.
dblaikie added a comment.
This revision is now accepted and ready to land.
Let's go with adl_begin/adl_end/adl_swap (feel free to add swap without further review following a similar pattern - though I guess maybe it doesn't need the helper indirection since it doesn't have a return value to worry about). Thanks!
https://reviews.llvm.org/D40006
More information about the llvm-commits
mailing list