Commit c079d0f
authored
Avoid invalid compiler warning with VS2026 (#7077)
internally we are seeing invalid compiler warnings about a missing `template` keyword which is definitely there.
To unblock internal CI disable that warning until the actual compiler issue is found
Addresses nvbug57650921 parent 8136b82 commit c079d0f
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
56 | 59 | | |
57 | 60 | | |
58 | 61 | | |
59 | 62 | | |
60 | 63 | | |
61 | 64 | | |
| 65 | + | |
| 66 | + | |
62 | 67 | | |
63 | 68 | | |
64 | 69 | | |
| |||
0 commit comments