id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 10851,Missing std:: qualifier for puts call in time_point_output.cpp,Aparna Kumta ,viboes,"File libs/chrono/test/io/time_point_output.cpp fails when compiled with Oracle Solaris Studio 12.4 on Solaris 11.2 The error is: ""../libs/chrono/test/io/time_point_output.cpp"", line 193: Error: The function ""puts"" must have a prototype. The file includes , however the call to puts is unqualified. The diff's for the file: 193c193 < std::puts(ctime(&t)); --- > puts(ctime(&t)); ",Bugs,closed,Boost 1.58.0,chrono,Boost Development Trunk,Problem,fixed,,