refs #247 Improved CSequence comparison, and suppressed stupid warnings.

This commit is contained in:
Mathew Sutcliffe
2014-12-06 16:12:57 +00:00
parent b129b68d16
commit d8d361a317
3 changed files with 31 additions and 14 deletions

View File

@@ -20,8 +20,6 @@
#include "json.h"
#include <algorithm>
#define _SCL_SECURE_NO_WARNINGS // suppress MSVC unchecked iterator warning for std::transform
namespace BlackMisc
{