$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Thorsten Ottosen (nesotto_at_[hidden])
Date: 2004-04-05 19:24:20
>I'd prefer to have on-fly container. Something like this:
>
>std::copy( on_fly % 1 % 2 % 3, on_fly_end<int>(), back_inserter<int>(v));
>
>Not as cool as v += 1, 2, 3; but might have some advantages.
What would the advantages be?
br
Thorsten