Commit 8373989
committed
Add an explicit initializer to std::stringstream.
When compiling with -fvisibility=hidden, a non-explicit initialization
seems to produce an implicit constructor, or at least one that is not
available in older libstdc++. When mixing a newer native compiler with
an older libstdc++ (such as in a conda environment), this causes the
library to fail to load from missing symbols.1 parent 4cec73f commit 8373989
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments