$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Darin Adler (darin_at_[hidden])
Date: 2000-03-16 12:15:58
on 3/16/00 8:08 AM, Andrew D Jewell at ajewell_at_[hidden] wrote:
> Let me try, and to make it harder, I'll hold more closely to my real need.
The standard doesn't provide any way to forward-declare std::vector. If you
can't design that need out, then you have to actually #include <vector>.
-- Darin