qjoyel opened a new issue, #725:
URL: https://github.com/apache/logging-log4cxx/issues/725

   Same type of error as for #718, but introduced in release v1.8.0.
   Files:
   - 
[rollingpolicy.cpp](https://github.com/apache/logging-log4cxx/blob/1911acbcc4b98f035b226c196c01ba13fb3b0404/src/main/cpp/rollingpolicy.cpp)
   - 
[writter.cpp](https://github.com/apache/logging-log4cxx/blob/1911acbcc4b98f035b226c196c01ba13fb3b0404/src/main/cpp/writer.cpp)
   
   Fix: add the parent namespace:
   
   ```
   using namespace LOG4CXX_NS;
   using namespace LOG4CXX_NS::helpers;
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to