Boost logo

Boost :

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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk