Boost C++ Libraries: Ticket #6322: Improper string formatting in example https://svn.boost.org/trac10/ticket/6322 <p> doc/html/boost_asio/example/chat/chat_message.hpp has an improper string formatting that can cause compiler noisiness. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6322 Trac 1.4.3 anonymous Sat, 24 Dec 2011 22:31:43 GMT <link>https://svn.boost.org/trac10/ticket/6322#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/6322#comment:1</guid> <description> <p> I can't figure out if this is fixed in the latest source, but the change is </p> <pre class="wiki"> 84c84 &lt; sprintf(header, "%4d", body_length_); --- &gt; sprintf(header, "%4zd", body_length_); </pre> </description> <category>Ticket</category> </item> <item> <dc:creator>anonymous</dc:creator> <pubDate>Sat, 24 Dec 2011 23:38:13 GMT</pubDate> <title>owner, component changed https://svn.boost.org/trac10/ticket/6322#comment:2 https://svn.boost.org/trac10/ticket/6322#comment:2 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Matias Capeletto</span> to <span class="trac-author">chris_kohlhoff</span> </li> <li><strong>component</strong> <span class="trac-field-old">Documentation</span> → <span class="trac-field-new">asio</span> </li> </ul> Ticket