$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Hunter (jdhunter_at_[hidden])
Date: 2002-12-20 12:30:00
>>>>> "David" == David Abrahams <dave_at_[hidden]> writes:
David> Usually the best place for Boost.Python questions is:
David> http://www.python.org/sigs/c++-sig/
Just subscribed -- I'll go there next time.
David> BTW, more up-to-date docs are here:
Noted.
David> class_<Base, noncopyable>("Base", no_init)
That did it; many thanks.
John Hunter