$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Darin Adler (darin_at_[hidden])
Date: 2000-03-16 12:47:25
on 3/16/00 9:42 AM, Gary Powell at Gary.Powell_at_[hidden] wrote:
> Forward declare it:
>
> namespace std {
> template<class T,class Alloc> vector<T,Alloc>;
> }
This will work for a lot of implementations, but the standard prohibits it,
so there's no guarantee.
-- Darin