forked from facebookincubator/velox
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(vector): Improve usage of VELOX_CHECK macros in ComplexVecto…
…r.cpp (facebookincubator#11828) Summary: Pull Request resolved: facebookincubator#11828 - Use VELOX_CHECK(condition) instead of if (condition) + VELOX_CHECK(false). - VELOX_DCHECK_GE(a, b) instead of VELOX_DCHECK(a >= b) - Use VELOX_FAIL(message) instead of VELOX_CHECK(false, message) Reviewed By: Yuhta Differential Revision: D67095792 fbshipit-source-id: f4b1b61c05219790455e13bbef285f314f99dfcb
- Loading branch information
1 parent
7a02321
commit 3c73193
Showing
1 changed file
with
25 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters