$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (david.abrahams_at_[hidden])
Date: 2002-04-30 06:06:05
----- Original Message -----
From: "Vladimir Prus" <ghost_at_[hidden]>
> I don't see any commits from you yet :-)
No, I got stuck trying to restructure project.jam to use classes and
realized there was no way to call a base class method from a derived
class (as you pointed out earlier). So I embarked on a mission to fix
this problem.
> BTW, would it make sense to use "cvs watch" feature? It would allow us
to
> keep track of changes without a need to announce every change on the
mailing
> list. All that is needed is
> 1. Read "cvs watch" description is the CVS book
> http://www.red-bean.com/cvsbook/cvsbook.html
> 2. Enable email notification, by editing
> CVSROOT/notify file
We could do that. I'm not sure I want to hear about every tiny little
checkin, but maybe in tools/build it would be a good idea.
-Dave