Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove out-of-line constexpr static data member definitions
Summary: ``` xplat/folly/crypto/Blake2xb.cpp:26:28: error: out-of-line definition of constexpr static data member is redundant in C++17 and is deprecated [-Werror,-Wdeprecated] constexpr size_t Blake2xb::kMinOutputLength; ^ xplat/folly/crypto/Blake2xb.cpp:28:28: error: out-of-line definition of constexpr static data member is redundant in C++17 and is deprecated [-Werror,-Wdeprecated] constexpr size_t Blake2xb::kMaxOutputLength; ^ xplat/folly/crypto/Blake2xb.cpp:30:28: error: out-of-line definition of constexpr static data member is redundant in C++17 and is deprecated [-Werror,-Wdeprecated] constexpr size_t Blake2xb::kUnknownOutputLength; ``` Reviewed By: Orvid Differential Revision: D62261373 fbshipit-source-id: e71de0d6ac341b717ae92cd17e2a6984f857730b
- Loading branch information