Boost C++ Libraries: Ticket #10851: Missing std:: qualifier for puts call in time_point_output.cpp https://svn.boost.org/trac10/ticket/10851 <p> File libs/chrono/test/io/time_point_output.cpp fails when compiled with Oracle Solaris Studio 12.4 on Solaris 11.2 </p> <p> The error is: </p> <p> "../libs/chrono/test/io/time_point_output.cpp", line 193: Error: The function "puts" must have a prototype. </p> <p> The file includes &lt;cstdio&gt;, however the call to puts is unqualified. </p> <p> The diff's for the file: </p> <p> 193c193 </p> <p> &lt; std::puts(ctime(&amp;t)); </p> <p> --- </p> <blockquote class="citation"> <blockquote> <p> puts(ctime(&amp;t)); </p> </blockquote> </blockquote> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/10851 Trac 1.4.3 viboes Fri, 05 Dec 2014 18:36:05 GMT milestone changed https://svn.boost.org/trac10/ticket/10851#comment:1 https://svn.boost.org/trac10/ticket/10851#comment:1 <ul> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.58.0</span> </li> </ul> <p> <a class="ext-link" href="https://github.com/boostorg/chrono/commit/9adab29010e6e6a4d4c4f9004ddd269ebb441115"><span class="icon">​</span>https://github.com/boostorg/chrono/commit/9adab29010e6e6a4d4c4f9004ddd269ebb441115</a> </p> Ticket viboes Wed, 07 Jan 2015 02:36:02 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/10851#comment:2 https://svn.boost.org/trac10/ticket/10851#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> Ticket