Commit 49af1bf
committed
Add const qualifier to y_col for code safety
Ensures const correctness for pointer y_col to improve code safety and prevent accidental modification.
Closes microsoft#4791 parent 01eb415 commit 49af1bf
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
808 | 808 | | |
809 | 809 | | |
810 | 810 | | |
811 | | - | |
| 811 | + | |
812 | 812 | | |
813 | 813 | | |
814 | 814 | | |
| |||
0 commit comments