wavewave / fficxx

Haskell-C++ Foreign Function Interface Generator
141 stars 13 forks source link

Better support to protected method #72

Open wavewave opened 6 years ago

wavewave commented 6 years ago

we need to devise a solution to protected method complication.

wavewave commented 4 years ago

with #121, I revived TYPECASTMETHOD to support protected method. I close this since we don't have any better method.

wavewave commented 2 years ago

The TYPECASTMETHOD does not work with C++17.