Commit 685ea1b
committed
Get rid of
Use fully-qualified enum names instead of `using enum` in
DomainPACVerfierAdapter::ProcessPACTypeOptions, becuase we use ancient
GCC-10 in CI, which does not dupport `using enum`.using enum in DomainPACVerifierCLIAdapter1 parent d4b7aa0 commit 685ea1b
File tree
1 file changed
+4
-4
lines changed- src/core/algorithms/pac/pac_verifier
1 file changed
+4
-4
lines changedLines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
0 commit comments