[PATCH] D40006: Add ADL support to range based <algorithm> extensions
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 14 11:28:33 PST 2017
dblaikie added a comment.
I'd be inclined to call these llvm::adl_begin and llvm::adl_end (& perhaps we should have an llvm::adl_swap while we're at it? That being the canonical example of "always use with ADL" sort of library)? But don't mind too much.
https://reviews.llvm.org/D40006
More information about the llvm-commits
mailing list