
1 Dec
2009
1 Dec
'09
2:54 p.m.
Joel Falcou wrote:
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.
We handle std::pair and containers in containers. tuple already has streaming. See the boost file tuple/tuple_io.hpp. -- Jeff Faust