Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[vdr] Re: Thread-safe poison and the standard C++ library
On Monday 31 January 2005 23:51, Tony Houghton wrote:
> I have to disable the thread-safe poison pragmas when compiling the
> softdevice plugin because there are references to several unsafe
> functions. The strange things is, these references are in the standard
> C++ library, included via DFB++. Does the rest of VDR generally avoid
> the SCL, or at least those parts of it?
It works if you poison after including the standard header files.
Most of the time shuffling the include order helps.
--Stefan
Home |
Main Index |
Thread Index