Use folly::Expected to implement folly::tryTo, a non-throwing variant of folly::to
[folly.git] / folly / Expected.h
2016-08-15 Eric NieblerAdd folly::Expected, an alternative to exceptions for...