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
commit 426de9be50dd73ec251da7029b62145e55c2b593 Author: Stephen Webb <[email protected]> AuthorDate: Fri Dec 30 14:57:33 2022 +1100 Prevent compilation error when the log4cxx user uses a different C++ standard to the log4cxx build --- src/main/include/log4cxx/log4cxx.h.in | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/include/log4cxx/log4cxx.h.in b/src/main/include/log4cxx/log4cxx.h.in index 27d3b33e..20a6a91f 100644 --- a/src/main/include/log4cxx/log4cxx.h.in +++ b/src/main/include/log4cxx/log4cxx.h.in @@ -54,7 +54,6 @@ #define LOG4CXX_USE_GLOBAL_SCOPE_TEMPLATE 0 #define LOG4CXX_LOGSTREAM_ADD_NOP 0 -#include "boost-std-configuration.h" #include <memory> #include <cstdint>
