Commit 9acb1e1
authored
Apply suggestions for VS2019 workaround
The MSVC 2019 14.29 toolset seems to not properly handle the member variable reference in this case. Workaround this by explicitly using the `this` identifier to indicate that we would like to access the member variable. This is repaired in newer toolsets, however, the CI is currently using the older toolset.1 parent 024e2c9 commit 9acb1e1
1 file changed
+5
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
699 | 699 | | |
700 | 700 | | |
701 | 701 | | |
702 | | - | |
703 | | - | |
704 | | - | |
| 702 | + | |
| 703 | + | |
705 | 704 | | |
706 | 705 | | |
707 | 706 | | |
| |||
3138 | 3137 | | |
3139 | 3138 | | |
3140 | 3139 | | |
3141 | | - | |
3142 | | - | |
3143 | | - | |
3144 | | - | |
| 3140 | + | |
| 3141 | + | |
| 3142 | + | |
3145 | 3143 | | |
3146 | 3144 | | |
3147 | 3145 | | |
| |||
0 commit comments