[PATCH] D44175: Add std:: to begin and end in drop_begin

Benjamin Kramer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 6 14:14:34 PST 2018


bkramer added a comment.

In https://reviews.llvm.org/D44175#1029118, @dblaikie wrote:

> What we probably need is some kind of adl_begin/adl_end functions that wrap up this functionality for easy reuse throughout our STL helpers/wrapper/etc. Though I haven't given a lot of thought to how easy/hard that'd be to implement :/


We have adl_begin/adl_end in STLExtras.h


Repository:
  rL LLVM

https://reviews.llvm.org/D44175





More information about the llvm-commits mailing list