Boost C++ Libraries: Ticket #4951: Boost.Tuple: implement set_open(const char *) https://svn.boost.org/trac10/ticket/4951 <p> Current implementation of Boost.Tuple IO manipulators allows define only single character for start of tuple, delimiter of items and for end of tuple. </p> <ol><li>Sometimes it is convenient to have no character before and after tuple data. </li><li>Sometimes it is convenient to wrap tuple in more that single character. </li></ol><p> For example output tuple as HTML table row: with open string "&lt;tr&gt;&lt;td&gt;", delimiter "&lt;/td&gt;&lt;td&gt;" and end string "&lt;/td&gt;&lt;/tr&gt;", so (1 2 3) will be outputted as correct HTML table row "&lt;tr&gt;&lt;td&gt;1&lt;/td&gt;&lt;td&gt;2&lt;/td&gt;&lt;td&gt;3&lt;/td&gt;&lt;/tr&gt;". </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4951 Trac 1.4.3 Steven Watanabe Wed, 08 Dec 2010 17:33:41 GMT component changed; owner set https://svn.boost.org/trac10/ticket/4951#comment:1 https://svn.boost.org/trac10/ticket/4951#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">Joel de Guzman</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">tuple</span> </li> </ul> Ticket