This commit is contained in:
Gennadiy Civil 2018-04-06 10:52:49 -04:00
parent 32ac949254
commit 04e31881fc

View File

@ -52,7 +52,7 @@ namespace internal {
// C4805('==': unsafe mix of type 'const int' and type 'const bool')
#ifdef _MSC_VER
# pragma warning(push)
# pragma warning(disable: 4100 4805;)
# pragma warning(disable:4100 4805;)
#endif
// Joins a vector of strings as if they are fields of a tuple; returns