Make type conversion from Expected<> to bool explicitly.
[folly.git] / folly / test / ExpectedTest.cpp
2016-08-30 Zonr ChangMake type conversion from Expected<> to bool explicitly.
2016-08-15 Eric NieblerAdd folly::Expected, an alternative to exceptions for...