Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
umanwizard
1y ago
0 comments
Save
Share
So does the Itanium ABI (which is what most people would think of as the normal/standard/usual C++ ABI):
$ c++filt _Z1fPFvPcE f(void (*)(char*))
But I'm struggling to understand how this would cause things to break.
0 comments
1 comments · 1 top-level
top
newest
oldest
flohofwoe
1y ago
I guess only if you directly expose C++ APIs in DLLs, which is a bad idea anyway.
j
/
k
navigate · click thread line to collapse