Allowing additional arguments to be passed to split_step's functor
authorMarcelo Juchem <marcelo@fb.com>
Tue, 3 Jun 2014 21:40:29 +0000 (14:40 -0700)
committerAnton Likhtarov <alikhtarov@fb.com>
Mon, 9 Jun 2014 22:35:55 +0000 (15:35 -0700)
commit3ed4f961b8a78a0806246254c140eef467aab202
treef3e08bcac0699703f945b754035f0555dc2158c4
parent867b291cad2a9115fe129dd338974397d048d5a6
Allowing additional arguments to be passed to split_step's functor

Summary: more flexibility for using functors with split_step

Test Plan: unit tests added + arc unit

Reviewed By: ldbrandy@fb.com

Subscribers: folly@lists

FB internal diff: D1362644
folly/Range.h
folly/test/RangeTest.cpp