Commit fb114de
Hackathon User
fix: resolve distributed tests compilation failures by correcting preprocessor guard
- Changed to in local.hpp.
Including hpx_main.hpp in a distributed build causes main() to be macro-replaced
with hpx_startup::user_main, leading to linkage errors in tests that manually
define main() but happen to include headers that pull in local.hpp.
Signed-off-by: shivansh023023 <singhshivansh023@gmail.com>1 parent a0bd24b commit fb114de
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments