Add unchecked versions of advance(), subtract(), and subpiece() in Range
[folly.git] / folly / Expected.h
2016-09-16 Eric Nieblerwork around LLVM#30305 in folly::Expected, use unified...
2016-08-18 Christopher DykesFix folly::Expected under MSVC
2016-08-15 Eric NieblerAdd folly::Expected, an alternative to exceptions for...