Boost C++ Libraries: Ticket #6553: Boost.Format - format object implicitly converts to string https://svn.boost.org/trac10/ticket/6553 <p> As discussed on boost-users, it is desirable to have formatter objects implicitly convert to string. This is trivial to enable, and I have attached the modified file. I would hope that this gets accepted into the development branch. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6553 Trac 1.4.3 mpbecey7gu@… Mon, 13 Feb 2012 13:43:04 GMT attachment set https://svn.boost.org/trac10/ticket/6553 https://svn.boost.org/trac10/ticket/6553 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">format_class.hpp</span> </li> </ul> Ticket Daryle Walker Thu, 16 Feb 2012 06:50:31 GMT <link>https://svn.boost.org/trac10/ticket/6553#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/6553#comment:1</guid> <description> <p> Converting a <code>format</code> object to a string object can be highly convenient, but the two object types aren't conceptually and/or functionally equivalent (or even nearly so). Consider the potential consequences before adding this change. Maybe the conversion operator could use the C++11 "explicit" marker, but I haven't considered if that solution would satisfy anyone. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>James E. King, III</dc:creator> <pubDate>Thu, 12 Oct 2017 14:50:01 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/6553#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/6553#comment:2</guid> <description> <p> Can you describe the use case for this? Would it put the format string into a string? </p> </description> <category>Ticket</category> </item> <item> <dc:creator>James E. King, III</dc:creator> <pubDate>Wed, 18 Oct 2017 18:33:52 GMT</pubDate> <title>owner, status changed https://svn.boost.org/trac10/ticket/6553#comment:3 https://svn.boost.org/trac10/ticket/6553#comment:3 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Samuel Krempp</span> to <span class="trac-author">James E. King, III</span> </li> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> Ticket James E. King, III Wed, 18 Oct 2017 18:35:34 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/6553#comment:4 https://svn.boost.org/trac10/ticket/6553#comment:4 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">wontfix</span> </li> </ul> <p> Closing as wontfix, as the request is not specific enough and untouched for 6 years. The existing mechanism has been around for a while and works. If folks want to revive this is can be done on the mailing list and/or github issues. </p> Ticket