Boost logo

Boost :

From: Hans Dembinski (hans.dembinski_at_[hidden])
Date: 2021-07-11 19:18:59


Hi,

> On 9. Jul 2021, at 12:09, maths soso via Boost <boost_at_[hidden]> wrote:
>
> Everything went fine, then I decided to compile this C++ file:
>
> char const* greet(){
> return "hello, world";}
> #include <boost/python.hpp>
>
> 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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk