Skip to content

Commit

Permalink
deprecated codecvt (#262)
Browse files Browse the repository at this point in the history
* add deprecated message #257

* quote
  • Loading branch information
srz-zumix committed Oct 8, 2019
1 parent 6ea5221 commit e17d6e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/internal/iutest_stdlib.hpp
Expand Up @@ -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)
Expand Down

0 comments on commit e17d6e3

Please sign in to comment.