1 /* boost random/detail/disable_warnings.hpp header file
\r
3 * Copyright Steven Watanabe 2009
\r
4 * Distributed under the Boost Software License, Version 1.0. (See
\r
5 * accompanying file LICENSE_1_0.txt or copy at
\r
6 * http://www.boost.org/LICENSE_1_0.txt)
\r
8 * See http://www.boost.org for most recent version including documentation.
\r
10 * $Id: disable_warnings.hpp 58649 2010-01-02 21:23:17Z steven_watanabe $
\r
14 // No #include guard. This header is intended to be included multiple times.
\r
16 #include <boost/config.hpp>
\r
19 #pragma warning(push)
\r
20 #pragma warning(disable:4512)
\r
21 #pragma warning(disable:4127)
\r