Import Error on boost python hello program

后端 未结 4 1066
粉色の甜心
粉色の甜心 2020-12-05 18:46

include

using namespace boost::python;

struct World{
    void set(std::string msg) { this->msg = msg; }
    std::string greet() { return msg; }
    st         


        
4条回答
提交回复
热议问题