Disable "assignment operator could not be generated" warning globally on Windows, since it's never useful.

This was SVN commit r16192.
This commit is contained in:
Ykkrosh
2015-01-22 21:09:33 +00:00
parent d7926eb612
commit f350a24c73
8 changed files with 1 additions and 39 deletions
-5
View File
@@ -27,11 +27,6 @@
#include <sstream>
// Disable "'boost::algorithm::detail::is_classifiedF' : assignment operator could not be generated"
#if MSC_VERSION
#pragma warning(disable:4512)
#endif
#include <boost/algorithm/string.hpp>
#include <boost/algorithm/string/join.hpp> // this isn't in string.hpp in old Boosts