Commit a48ffb7
committed
[NFC][flang] Added deduction guide for StaticDescriptor class.
I keep getting these warnings when building with clang-17:
`warning: 'StaticDescriptor' may not intend to support class template argument deduction [-Wctad-maybe-unsupported]`
This change should help avoiding them.1 parent 1b31646 commit a48ffb7
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
481 | 481 | | |
482 | 482 | | |
483 | 483 | | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
484 | 487 | | |
485 | 488 | | |
0 commit comments