fix SharedPromise<T>::setWith
authorJames Sedgwick <jsedgwick@fb.com>
Fri, 4 Sep 2015 21:09:39 +0000 (14:09 -0700)
committerfacebook-github-bot-4 <folly-bot@fb.com>
Fri, 4 Sep 2015 21:20:17 +0000 (14:20 -0700)
commit63df308347dd7e72573a49d2ad4c9218c97841a5
treecd7042acb85f00627a93fc5b6289356e3db7f945
parent3a529d4c3f90d46de7481e155a1d4729238e4442
fix SharedPromise<T>::setWith

Summary: was using the renamed/nonexistent makeTryFunction

Reviewed By: @elliottneilclark

Differential Revision: D2416178
folly/futures/SharedPromise-inl.h
folly/futures/test/SharedPromiseTest.cpp