Subject: [Boost-bugs] [Boost C++ Libraries] #9155: libs/log/src/default_sink.cpp: The function "fflush" must have a prototype (solaris studio 12.3)
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-09-23 23:41:51
#9155: libs/log/src/default_sink.cpp: The function "fflush" must have a prototype
(solaris studio 12.3)
-------------------------------------------------+-------------------------
Reporter: Brian Vandenberg <phantall+boost@â¦> | Type: Bugs
Status: new | Milestone: To Be
Component: None | Determined
Severity: Problem | Version: Boost
| 1.54.0
| Keywords: solaris
| studio
-------------------------------------------------+-------------------------
In Solaris Studio 12.3, when building with stlport4, ```fflush``` ends up
in the ```std::``` namespace when using ```#include <cstdio>```; however,
if the code uses ```#include <stdio.h>``` 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```.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/9155> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:14 UTC