[Boost-bugs] [Boost C++ Libraries] #4951: Boost.Tuple: implement set_open(const char *)

Subject: [Boost-bugs] [Boost C++ Libraries] #4951: Boost.Tuple: implement set_open(const char *)
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-12-07 20:14:57


#4951: Boost.Tuple: implement set_open(const char *)
--------------------------------------------------+-------------------------
 Reporter: Vladimir Rutsky <altsysrq@…> | Owner:
     Type: Feature Requests | Status: new
Milestone: To Be Determined | Component: None
  Version: Boost 1.45.0 | Severity: Problem
 Keywords: |
--------------------------------------------------+-------------------------
 Current implementation of Boost.Tuple IO manipulators allows define only
 single character for start of tuple, delimiter of items and for end of
 tuple.

 1. Sometimes it is convenient to have no character before and after tuple
 data.
 2. Sometimes it is convenient to wrap tuple in more that single character.

 For example output tuple as HTML table row: with open string "<tr><td>",
 delimiter "</td><td>" and end string "</td></tr>", so (1 2 3) will be
 outputted as correct HTML table row
 "<tr><td>1</td><td>2</td><td>3</td></tr>".

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/4951>
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:05 UTC