Disable *once again* that boost counting iterator warning

This commit is contained in:
Simon Giraudot
2018-01-31 13:56:05 +01:00
parent 361f132290
commit 30713b02c6
2 changed files with 10 additions and 0 deletions
@@ -1,3 +1,8 @@
#if defined (_MSC_VER) && !defined (_WIN64)
#pragma warning(disable:4244) // boost::number_distance::distance()
// converts 64 to 32 bits integers
#endif
#include <cstdlib>
#include <fstream>
#include <iostream>