id summary reporter owner description type status milestone component version severity resolution keywords cc 9155 "libs/log/src/default_sink.cpp: The function ""fflush"" must have a prototype (solaris studio 12.3)" Brian Vandenberg Andrey Semashev "In Solaris Studio 12.3, when building with stlport4, ```fflush``` ends up in the ```std::``` namespace when using ```#include ```; however, if the code uses ```#include ``` it ends up in ```std``` with a global ```using std::fflush;``` directive. The offending error occurs on or around ```libs/log/src/default_sink.cpp:197```." Bugs closed To Be Determined log Boost 1.54.0 Problem fixed solaris studio phantall+boost@…