assertion failed while debugging Boost.Python module

后端 未结 0 1663
我在风中等你
我在风中等你 2020-12-12 00:21

I want to debug/create this Boost.Python module:

void func()
{
}

BOOST_PYTHON_MODULE(ogwa_acc)
{
    using namespace boost::python;
    def("func",         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题