id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 11089,Missing qualifier for fputs call in libs/lexical_cast/example/small_examples.cpp,Aparna Kumta ,Antony Polukhin,"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. The following change fixes the error. % diff ./small_examples.cpp small_examples.cpp_new 31c31 < fputs(buffer.begin(), file); --- > std::fputs(buffer.begin(), file); ",Bugs,closed,Boost 1.58.0,lexical_cast,Boost Development Trunk,Problem,fixed,,