forked from facebookincubator/velox
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor refactor for Range class (facebookincubator#10991)
Summary: 1. Add comments to make it a little bit easier to understand. 2. Correct type for parameter. 3. Remove unused header include. 4. Add `explicit` to single-argument constructor. 5. Use nested namespace declaration. No functional changes. Pull Request resolved: facebookincubator#10991 Reviewed By: amitkdutta Differential Revision: D62584017 Pulled By: kevinwilfong fbshipit-source-id: 747494c6e9d094346d240131b2a4f3b6aa1db953
- Loading branch information
1 parent
98bbb73
commit f1d9502
Showing
2 changed files
with
17 additions
and
14 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
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