Boost C++ Libraries: Ticket #10541: boost::format support for Microsoft extension length modifier prefixes I, I32, and I64 https://svn.boost.org/trac10/ticket/10541 <p> Microsoft's <code>printf</code> implementation includes non-ANSI extensions to the valid length modifier prefixes: <code>I</code>, <code>I32</code>, and <code>I64</code>. boost::format currently does not recognize them. </p> <p> It would ease migration to boost::format if <code>parse_printf_directive()</code> in format/parsing.hpp would parse and ignore them, just as it currently does with <code>h</code> and <code>l</code>. </p> <p> (Note: I'd be willing to code the proposed enhancement, if that's appropriate.) </p> <p> Thanks!!!! Dan K. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/10541 Trac 1.4.3 James E. King, III Thu, 12 Oct 2017 18:17:34 GMT <link>https://svn.boost.org/trac10/ticket/10541#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/10541#comment:1</guid> <description> <p> It would probably be good to support the ISO C99 extensions as well. I need to gather some more official sources for what is required in each C++ version, what is allowed, and what is not allowed. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>James E. King, III</dc:creator> <pubDate>Thu, 12 Oct 2017 18:18:17 GMT</pubDate> <title>owner, status changed https://svn.boost.org/trac10/ticket/10541#comment:2 https://svn.boost.org/trac10/ticket/10541#comment:2 <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 19:10:56 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/10541#comment:3 https://svn.boost.org/trac10/ticket/10541#comment:3 <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">obsolete</span> </li> </ul> <p> I am going to move this over to github. </p> Ticket James E. King, III Wed, 18 Oct 2017 19:15:02 GMT <link>https://svn.boost.org/trac10/ticket/10541#comment:4 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/10541#comment:4</guid> <description> <p> <a class="ext-link" href="https://github.com/boostorg/format/issues/35"><span class="icon">​</span>https://github.com/boostorg/format/issues/35</a> </p> </description> <category>Ticket</category> </item> </channel> </rss>