Avoid deprecated Singleton<T>::get() in folly/futures
[folly.git] / folly / futures / test / CollectTest.cpp
2015-11-13 Andrii GrynenkoMake collect work for types with no default constructors
2015-10-02 Nathan Bronsonfix compiler warnings from gcc-4.9 + -Wunused-variable
2015-07-01 Hans FugalNuke Future<void> (folly/futures)
2015-06-09 Hannes Roth(Wangle) variadic collect
2015-06-09 Hannes Roth(Wangle) Clean up tests