DRY template args in Future::thenImplementation
Summary: [Folly] DRY template args in `Future::thenImplementation`. Explicitly passing the template arguments which are also the types of non-template arguments is weird. Either limit the explicit template arguments to those which are not also the types of non-template arguments, or pass everything as non-template arguments. Reviewed By: andriigrynenko Differential Revision: D10247910 fbshipit-source-id: 64a56c5ea2072803781143b5247145ec2ee09ae0
Showing
Please register or sign in to comment