You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When compiling on Darwin, we get the following error:
dynports.cc:94:5: error: no member named 'to_string' in namespace 'std'
The <string> header is not included anywhere in the headers leading to
dynports.cc, so I suspect that on glibc the header is implicitly
included.
Adding an explicit inclusion fixes this and of course is also way more
portable.
Signed-off-by: aszlig <aszlig@nix.build>
0 commit comments