[PATCH] D25100: Add STLExtras apply_tuple

Pete Cooper via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 30 14:30:03 PDT 2016


pete added a comment.

Whats the behavior here in terms of implicit conversions and overloading?

Its probably handled however std::forward already does such things, but is it worth documenting/testing just to be clear what the expectation is?

BTW, no need for this to block the LGTM from David.  Just something for a potential future patch.


https://reviews.llvm.org/D25100





More information about the llvm-commits mailing list