I'm looking into making a binding for the C++ API called Botan, and the
constructors in it take a std::function. I'm wondering if there's a D
equivalent for this binding to work out, or if I have to make a C++
wrapper as well?
- extern (c++) std::function? Etienne Cimon via Digitalmars-d-learn
- Re: extern (c++) std::function? FreeSlave via Digitalmars-d-learn
- Re: extern (c++) std::function? Rémy Mouëza via Digitalmars-d-learn
- Re: extern (c++) std::funct... Etienne via Digitalmars-d-learn