Closes #93 - Defined _SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING to remove codecvt warning

This commit is contained in:
Pranav Srinivas Kumar
2021-05-03 17:34:59 -05:00
parent 6432875ef4
commit e34840ab0d
2 changed files with 2 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
#if __has_include(<codecvt>)
#include <codecvt>
#define INDICATORS_HAVE_CODECVT 1
#define _SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING
#endif
#include <cstdlib>
#include <locale>