|
||||
File indexing completed on 2025-01-18 09:40:52
0001 ////////////////////////////////////////////////////////////////////////////// 0002 // 0003 // (C) Copyright Ion Gaztanaga 2012-2012. Distributed under the Boost 0004 // Software License, Version 1.0. (See accompanying file 0005 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 0006 // 0007 // See http://www.boost.org/libs/move for documentation. 0008 // 0009 ////////////////////////////////////////////////////////////////////////////// 0010 #ifndef BOOST_CONFIG_HPP 0011 #include <boost/config.hpp> 0012 #endif 0013 0014 #ifdef BOOST_MSVC 0015 # pragma warning (push) 0016 # pragma warning (disable : 4619) // there is no warning number 'XXXX' 0017 # pragma warning (disable : 4324) // structure was padded due to __declspec(align()) 0018 # pragma warning (disable : 4675) // "function": resolved overload was found by argument-dependent lookup 0019 # pragma warning (disable : 4996) // "function": was declared deprecated (_CRT_SECURE_NO_DEPRECATE/_SCL_SECURE_NO_WARNINGS) 0020 # pragma warning (disable : 4714) // "function": marked as __forceinline not inlined 0021 # pragma warning (disable : 4127) // conditional expression is constant 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 |