Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid redundant redeclaration of 'constexpr' static data member
Summary: Handling the `out-of-line definition of constexpr static data member is redundant in C++17 and is deprecated [-Werror,-Wdeprecated]` warning on Xcode 15. Reviewed By: Daij-Djan Differential Revision: D46874052 fbshipit-source-id: 6dc7fc08a69c3e7d789a0dc32e2d4d2156d4f6dc
- Loading branch information