You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by sw...@apache.org on 2022/12/30 05:23:50 UTC

[logging-log4cxx] branch next_stable updated: Prevent compilation error when the log4cxx user uses a different C++ standard to the log4cxx build

This is an automated email from the ASF dual-hosted git repository.

swebb2066 pushed a commit to branch next_stable
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git


The following commit(s) were added to refs/heads/next_stable by this push:
     new ad751d5f Prevent compilation error when the log4cxx user uses a different C++ standard to the log4cxx build
ad751d5f is described below

commit ad751d5fc523205e47fda013df0ff51691eaffb3
Author: Stephen Webb <st...@sabreautonomous.com.au>
AuthorDate: Fri Dec 30 16:17:56 2022 +1100

    Prevent compilation error when the log4cxx user uses a different C++ standard to the log4cxx build
---
 src/main/include/log4cxx/writerappender.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/include/log4cxx/writerappender.h b/src/main/include/log4cxx/writerappender.h
index 31f0b89c..1d2b5aa2 100644
--- a/src/main/include/log4cxx/writerappender.h
+++ b/src/main/include/log4cxx/writerappender.h
@@ -20,7 +20,6 @@
 
 #include <log4cxx/appenderskeleton.h>
 #include <log4cxx/helpers/outputstreamwriter.h>
-#include <log4cxx/boost-std-configuration.h>
 #include <atomic>
 
 namespace log4cxx