$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Andrei Alexandrescu (andrewalex_at_[hidden])
Date: 2001-11-20 01:20:24
> And why do you want this to be a macro?
I believe that SUPERSUBCLASS is an important, useful abstraction. Writing
the content of SUPERSUBCLASS inline in code just hides the intent with the
mechanics.
Andrei