Commit 37f6658
committed
Guard Boost includes in regulatory_network.h with USE_BOOST
rootcling (ROOT's dictionary generator) compiles headers independently
of the normal build, bypassing the USE_BOOST guard in biodynamo.h.
Wrapping the entire header content in #ifdef USE_BOOST makes the file
safe to process in any context when Boost is not present.1 parent 1f8fc74 commit 37f6658
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| |||
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
| 39 | + | |
| 40 | + | |
37 | 41 | | |
38 | 42 | | |
0 commit comments