Commit 3058041
authored
Fix for boostorg#131 initModule symbol not visible in 1.64
If a global visibility is set to 'hidden', importing modules that define classes without either 'noimport' or 'init' causes
errors like:
`ImportError: dynamic module does not define init function`
This seems to be due to some, probably unintended changes from boostorg#1.1 parent c2424bc commit 3058041
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments