$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: joel de guzman (joel_at_[hidden])
Date: 2001-05-25 18:12:57
From: "joel de guzman" :
> PS> No, doesn't have to be virtual, doesn't have to be member at all.
> I avoid virtuals. I opt for compile time polymorphism. I only use
> a single virtual call in Rule<> because I have no other
alternative
> (see Rule.Rationale in the Spirit doc)
Correction: Only () can be non-member. [] can't. I'll be careful next time.