Menu

#22 log4cpp + MS Visual C++ + STLPort + int64 workaround

open
nobody
None
5
2004-01-14
2004-01-14
Anonymous
No

when using the stl from STLPort, the INT64_OSTREAM
workaround in PatternLayout.cpp for MS's stl is not
necessary. I just changed the line

#ifdef LOG4CPP_MISSING_INT64_OSTREAM_OP

to

#if defined LOG4CPP_MISSING_INT64_OSTREAM_OP &&
!(_STLP_MSVC)

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.