Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix GCC build error with std::to_char<double> (#11369)
Summary: #11103 breaks GCC build ``` In instantiation of function template specialization 'facebook::velox::functions::(anonymous namespace)::padContent<double>' call to 'to_chars' is ambiguous ``` To minimize code changes, this PR add unsigned cast for ceil to fix it. Pull Request resolved: #11369 Reviewed By: Yuhta Differential Revision: D65420211 Pulled By: mbasmanova fbshipit-source-id: 18aba3a62012a86d1bc3e7fec57dda54c992050e
- Loading branch information