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)
Log in to post a comment.