11 Jul
2021
11 Jul
'21
7:18 p.m.
Hi,
On 9. Jul 2021, at 12:09, maths soso via Boost
wrote: Everything went fine, then I decided to compile this C++ file:
char const* greet(){ return "hello, world";} #include
BOOST_PYTHON_MODULE(hello_ext){ using namespace boost::python; def("greet", greet);}
there is a separate user-list for questions like this, see https://www.boost.org/community/groups.html This list is for Boost developers as explained on that page. The cpplang slack cpplang.slack.com is also a good source for help, look for the boost-user channel. Best regards, Hans