[Boost-bugs] [Boost C++ Libraries] #4454: iterator range output format, and for IO adaptor

Subject: [Boost-bugs] [Boost C++ Libraries] #4454: iterator range output format, and for IO adaptor
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-07-20 05:21:17


#4454: iterator range output format, and for IO adaptor
-------------------------------------------------------+--------------------
 Reporter: Akira Takahashi <faithandbrave@…> | Owner: neilgroves
     Type: Feature Requests | Status: new
Milestone: Boost 1.44.0 | Component: range
  Version: Boost 1.44.0 | Severity: Problem
 Keywords: |
-------------------------------------------------------+--------------------
 When output Range of {1,2,3} by iterator_range_io, it becomes format :
 "123".
 In this format, it is difficult(or impossible) to parse.

 I propose, the new range format inspired by Oven : "{1,2,3}".
 This proposal is break change, but the present format wouldn't be used.

 Additionally, it propose identities Range Adaptor that Range adapt to
 iterator_range.
 It can be used to output a standard container easily.
 This was inspired by Oven, too.

 http://p-stade.sourceforge.net/oven/doc/html/oven/utilities.html#oven.utilities.io_hpp

 http://p-stade.sourceforge.net/oven/doc/html/oven/range_adaptors.html#oven.range_adaptors.identities

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/4454>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:03 UTC