summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2021-11-09 10:35:00 +0100
committerStephan Bergmann <sbergman@redhat.com>2021-11-09 11:49:54 +0100
commita14b783bbe8eda32b4b79530d85ffc48b6ed0305 (patch)
tree789a8c47ce253c7e5bc2a809e8a4e4b1091f5087 /solenv
parent0a5388fab08474bade08be838f5749f2cae452d5 (diff)
Drop global -D_HAS_AUTO_PTR_ETC from Windows build
...which had been added with 61c88ae6945c241f5f2aeb844eeca0776b487132 "gbuild: always compile as C++17 with MSVC 2017" but appears to be unnecessary now that becbabbb785545af6a1799f5ecd445785534d478 "external/clucene: Remove unnecessary uses of obsolete std::binary_function" removed code that relied on it. (There are still a few targeted defines of _HAS_AUTO_PTR_ETC sprinkled across the code where necessary.) Change-Id: Id57d24a0e01272864df36cd2ed1cb31c59c30d7b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124903 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/platform/com_MSC_defs.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/solenv/gbuild/platform/com_MSC_defs.mk b/solenv/gbuild/platform/com_MSC_defs.mk
index e1912285c4b7..39c284a6a16b 100644
--- a/solenv/gbuild/platform/com_MSC_defs.mk
+++ b/solenv/gbuild/platform/com_MSC_defs.mk
@@ -46,7 +46,6 @@ gb_COMPILERDEFS := \
-DBOOST_ERROR_CODE_HEADER_ONLY \
-DBOOST_OPTIONAL_USE_OLD_DEFINITION_OF_NONE \
-DBOOST_SYSTEM_NO_DEPRECATED \
- -D_HAS_AUTO_PTR_ETC \
-D_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING \
-D_SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING \
-D_SILENCE_CXX17_RESULT_OF_DEPRECATION_WARNING \