[GitHub] [logging-log4cxx] ams-tschoening opened a new pull request #25: Mapfilter with non-C++11-support.
ams-tschoening opened a new pull request #25: URL: https://github.com/apache/logging-log4cxx/pull/25 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR
[GitHub] [logging-log4cxx] pm-cfs commented on a change in pull request #24: Implement mapfilter
pm-cfs commented on a change in pull request #24: URL: https://github.com/apache/logging-log4cxx/pull/24#discussion_r436245461 ## File path: src/main/include/log4cxx/filter/mapfilter.h ## @@ -19,26 +19,87 @@ #include +#if defined(_MSC_VER) + #pragma warning ( push )