fficxx icon indicating copy to clipboard operation
fficxx copied to clipboard

C++ Template Support Documentation

Open dfordivam opened this issue 6 years ago • 3 comments

C++ template support has been implemented. We need some extensive documentation on how to use it (and also some explanation about how it works).

Old comment by @dfordivam. I see code for template class and APIs in the repository and the sample directory also. Though I could not get it to run on my setup... I was wondering how good is the support, as it is not mentioned in readme and not used in the HROOT project.

dfordivam avatar Aug 24 '17 01:08 dfordivam

I get this error while building generated STL project

src/STL/Foo/Interface.hs:11:1: error: Failed to load interface for ‘STL.Vector.RawType’

dfordivam avatar Aug 24 '17 01:08 dfordivam

Update..

If I remove all the missing import statements, it does work.

dfordivam avatar Aug 24 '17 01:08 dfordivam

Rescoped this as a documentation task.

wavewave avatar Aug 24 '18 22:08 wavewave