folly/FixedString: leverage c++14 to support GCC 8
Summary: gcc8 fails compilation with: error: taking address of temporary array return {+A{Cs..., Char(0)}, sizeof...(Cs)}; So leverage c++14 to base manipulations on a local array. Reviewed By: yfeldblum, ericniebler, Orvid Differential Revision: D9310662 fbshipit-source-id: 0ba375ac0a4cca913e437290bc277c0c6bb8fdc8
Showing
Please register or sign in to comment