rearrange folly::Function so that its template arguments are deducable.
[folly.git] / folly / test / FunctionTest.cpp
2016-05-04 Eric Nieblerrearrange folly::Function so that its template argument...
2016-04-27 Eric NieblerReimplement folly::Function to improve compile times.
2016-04-11 Alexander ShaposhnikovFix the order of EXPECT_EQ parameters
2016-04-05 James SedgwickFunction::asStdFunction()
2016-04-02 Sven Overfolly::Function: fix swap function and put in correct...
2016-03-26 Sven Overfolly::Function: improve conversion of return types
2016-03-22 Sven OverIntroducing folly::Function