work around GCC#61971 (spurious -Warray-bounds warnings) in folly::FixedString
[folly.git] / folly / FixedString.h
2016-12-14 Eric Nieblerwork around GCC#61971 (spurious -Warray-bounds warnings...
2016-12-14 Christopher DykesAllow building with -Wmissing-noreturn
2016-12-07 Eric Niebleradd folly::FixedString, a constexpr-usable string with...