-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move size next to range in khr_group_interface
id() and linear_id() are next to each other in the class definitions, which helps to make it clear that they are closely related. Since range() and size() share the same relationship, ensuring they also appear next to each other improves readability. The same reasoning also applies to size_type and range_type.
- Loading branch information
Showing
1 changed file
with
17 additions
and
17 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