Boost C++ Libraries: Ticket #11089: Missing qualifier for fputs call in libs/lexical_cast/example/small_examples.cpp https://svn.boost.org/trac10/ticket/11089 <p> Compiling libs/lexical_cast/example with Oracle Solaris Studio 12.4 on Solaris 11.2, we see the following error: "/export/home/boost_regression/boost_sparc-S2_stlport4/boost_root/libs/lexical_cast/example/small_examples.cpp", line 31: Error: The function "fputs" must have a prototype. 1 Error(s) detected. </p> <p> The following change fixes the error. % diff ./small_examples.cpp small_examples.cpp_new 31c31 &lt; fputs(buffer.begin(), file); --- </p> <blockquote class="citation"> <blockquote> <p> std::fputs(buffer.begin(), file); </p> </blockquote> </blockquote> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/11089 Trac 1.4.3 Antony Polukhin Sun, 19 Apr 2015 15:17:48 GMT status, milestone changed; resolution set https://svn.boost.org/trac10/ticket/11089#comment:1 https://svn.boost.org/trac10/ticket/11089#comment:1 <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> <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> This issue has been fixed <a class="ext-link" href="https://github.com/boostorg/lexical_cast/commit/1be164691b89db4fef634966939016aa3047954e"><span class="icon">​</span>in 1.58b release</a> </p> Ticket