|
||||
File indexing completed on 2025-01-18 09:51:09
0001 /* boost random/detail/enable_warnings.hpp header file 0002 * 0003 * Copyright Steven Watanabe 2009 0004 * Distributed under the Boost Software License, Version 1.0. (See 0005 * accompanying file LICENSE_1_0.txt or copy at 0006 * http://www.boost.org/LICENSE_1_0.txt) 0007 * 0008 * See http://www.boost.org for most recent version including documentation. 0009 * 0010 * $Id$ 0011 * 0012 */ 0013 0014 // No #include guard. This header is intended to be included multiple times. 0015 0016 #ifdef BOOST_MSVC 0017 #pragma warning(pop) 0018 #endif 0019 0020 #if defined(BOOST_GCC) && BOOST_GCC >= 40600 0021 #pragma GCC diagnostic pop 0022 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |