summaryrefslogtreecommitdiff
path: root/include/comphelper
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-06-01 14:59:01 +0200
committerTor Lillqvist <tml@collabora.com>2018-06-01 19:08:03 +0200
commitd098fb74df7c11bbfa8103ec8c7c89652b07bfc4 (patch)
tree0cbd286cbba5ce6503cf6d6e6fd012d8c14d7bfc /include/comphelper
parentc4015f23024880fbfd988bb1c5749360ededc57b (diff)
Improve handling of _SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING
_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING turned into a global -D..., same as existing _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING. Change-Id: Ifefdc930a1d3ecf5366523dea509bfaca1f4e002 Reviewed-on: https://gerrit.libreoffice.org/55188 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'include/comphelper')
-rw-r--r--include/comphelper/windowsdebugoutput.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/comphelper/windowsdebugoutput.hxx b/include/comphelper/windowsdebugoutput.hxx
index 059dc1358015..b42808ba4ada 100644
--- a/include/comphelper/windowsdebugoutput.hxx
+++ b/include/comphelper/windowsdebugoutput.hxx
@@ -15,11 +15,6 @@
#ifndef INCLUDED_COMPHELPER_WINDOWSDEBUGOUTPUT_HXX
#define INCLUDED_COMPHELPER_WINDOWSDEBUGOUTPUT_HXX
-// If you get a warning about <codecvt> being deprecated from VS2017, you need to add a "#define
-// _SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING 1" to your source file before any #include
-// statements. It would not be enough to have that here. See
-// https://blogs.msdn.microsoft.com/vcblog/2017/12/08/c17-feature-removals-and-deprecations/
-
#include <codecvt>
#include <iomanip>
#include <ostream>