[PATCH] D40006: Add ADL support to range based <algorithm> extensions
Stephan Dollberg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 16 15:26:39 PST 2017
stephan.dollberg updated this revision to Diff 123250.
stephan.dollberg added a comment.
Switched to adl_ from adl::.
Also added adl_swap (adl guard is still needed for the noexcept specification).
Didn't migrate any std::swap usage yet.
https://reviews.llvm.org/D40006
Files:
include/llvm/ADT/STLExtras.h
unittests/ADT/STLExtrasTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40006.123250.patch
Type: text/x-patch
Size: 9448 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171116/13d2b1db/attachment.bin>
More information about the llvm-commits
mailing list