Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Fix deprecated literal operators: ``` ./xplat/folly/FixedString.h:2923:1: error: identifier '_fs64' preceded by whitespace in a literal operator declaration is deprecated [-Werror,-Wdeprecated-literal-operator] 2923 | FOLLY_DEFINE_FIXED_STRING_UDL(64) | ^ ./xplat/folly/FixedString.h:2912:39: note: expanded from macro 'FOLLY_DEFINE_FIXED_STRING_UDL' 2912 | constexpr FixedString<N> operator"" _fs##N( \ | ^ ``` Reviewed By: drodriguez Differential Revision: D57494889 fbshipit-source-id: 7120f44d28abdcc6b8cd4dfa86a78c6903d805ab
- Loading branch information