From e17d6e3846969d4eb9ff6a5f85e2b2ff1644a23f Mon Sep 17 00:00:00 2001 From: srz_zumix Date: Tue, 8 Oct 2019 09:58:36 +0900 Subject: [PATCH] deprecated codecvt (#262) * add deprecated message #257 * quote --- include/internal/iutest_stdlib.hpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/internal/iutest_stdlib.hpp b/include/internal/iutest_stdlib.hpp index aa78ef41b8..050f982069 100644 --- a/include/internal/iutest_stdlib.hpp +++ b/include/internal/iutest_stdlib.hpp @@ -344,6 +344,10 @@ # endif #endif +#if defined(IUTEST_HAS_CXX_HDR_CODECVT) && IUTEST_HAS_CXX_HDR_CODECVT +IUTEST_PRAGMA_MESSAGE("iutest use codecvt, but codecvt was deprecated. If you do not want to use this, define IUTEST_HAS_CXX_HDR_CODECVT 0") +#endif + #endif #if defined(__has_include)