Message365472
AFAIK extern "C" only affects mangling of function names. Because of overloading in C++ you can have several functions with the same name, and to distinguish "int abs(int)" from "float abs(float)" the C++ compiler mangles function names, that makes them incompatible with C. |
|
Date |
User |
Action |
Args |
2020-04-01 14:09:12 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, gregory.p.smith, vstinner, colesbury |
2020-04-01 14:09:12 | serhiy.storchaka | set | messageid: <1585750152.1.0.403574859453.issue40120@roundup.psfhosted.org> |
2020-04-01 14:09:12 | serhiy.storchaka | link | issue40120 messages |
2020-04-01 14:09:12 | serhiy.storchaka | create | |
|