$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jason Hise (chaos_at_[hidden])
Date: 2005-01-18 22:11:40
Thorsten Ottosen wrote:
>As for the idea of giving a vector like container push_front() etc, then I
>think it
>would be a bad idea because the complexity would be different.
>
The vector iteration policy would not implement those abilities, so
trying to use those functions with a LinearContainer with vector traits
would fail to compile.
-Jason