Consistently have the namespace closing comment
[folly.git] / folly / test / ExpectedTest.cpp
2017-10-24 Christopher DykesConsistently have the namespace closing comment
2017-10-23 Christopher DykesModernize use of std::make_unique
2017-07-17 Yedidya FeldblumCodeMod: Prefer ADD_FAILURE() over EXPECT_TRUE(false...
2017-06-16 Christopher DykesRevert D4567233: [Folly] Drop support for Clang < 3.9
2017-02-16 Yedidya FeldblumDrop support for Clang < 3.9
2017-01-04 Yedidya Feldblum2017
2016-12-19 Eric Nieblerrename ExpectedStorage::isThis to isSelfAssign so that...
2016-09-10 Christopher DykesUse the GTest portability headers v2016.09.12.00 v2016.09.12.01
2016-08-30 Zonr ChangMake type conversion from Expected<> to bool explicitly.
2016-08-15 Eric NieblerAdd folly::Expected, an alternative to exceptions for...