$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [explore] Library Proposal: Container Streaming
From: Joel Falcou (joel.falcou_at_[hidden])
Date: 2009-12-01 04:59:08
Paul A. Bristow wrote:
> PPS a simpler pairs and tuples 'show-ers' would be good too?
didn't Fusion already have operator<< for tuples like structure ?
>Vectors of vectors?
It seems it is handled already as the operator<< of vector will call <<
on its contents and then display vector itself.