]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/graph/example/push-relabel-eg.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / graph / example / push-relabel-eg.cpp
index 407045f59886e168b206069bb2cae2c5d5917970..470b1e97c22b6ff1ecae46a6d4423c027713e3a9 100644 (file)
@@ -5,6 +5,9 @@
 // accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 //=======================================================================
+#ifdef _MSC_VER
+#define _CRT_SECURE_NO_WARNINGS
+#endif
 #include <boost/config.hpp>
 #include <iostream>
 #include <string>