Commit dbf8c51
committed
[mathmore] Explicitly alias Integration::Type
Explicitly define ROOT::Math::Integration::Type with a using
declaration.
In LLVM 22, the existing using namespace directive no longer
implicitly resolves these types during dictionary generation, causing
rootcling to fail with:
```
Error in <CloseStreamerInfoROOTFile>: Cannot find enum ROOT::Math::Integration::Type.
```1 parent dcc40e6 commit dbf8c51
2 files changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
0 commit comments