$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Query of interest for a container output library
From: Robert Ramey (ramey_at_[hidden])
Date: 2013-01-30 15:15:04
Jeff Flinn wrote:
> On 1/30/2013 9:45 AM, meta221 wrote:
>> Hello,
>> lately I've been working on a library that can output different
>> kinds of containers to standard output streams.
>
> ...
>
>
> Have you investigated the Container Printing Lib from boostcon 2007?
>
> IIRC, this was modified over a few years and was submitted for review,
> but was not accepted. Some comments being: If it can output what about
> input? and Isn't this best done with boost::spirit karma for printing
> and qi for input?
>
> Jeff
It's not clear to me how this differs from the log example in the
serialization library
Robert Ramey