Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cut out-of-line definition for constexpr static data member in to_asc…
…ii bench Summary: Mitigates this warning: ``` folly\lang\test\ToAsciiBench.cpp(116): warning C5041: 'data': out-of-line definition for constexpr static data member is not needed and is deprecated in C++17 folly\lang\test\ToAsciiBench.cpp(140): warning C5041: 'data': out-of-line definition for constexpr static data member is not needed and is deprecated in C++17 ``` Reviewed By: ispeters Differential Revision: D67657368 fbshipit-source-id: d31d2566c1cdfc80cfd79e08dac0c9ce2aa9eed3
- Loading branch information