mirror of
https://github.com/boostorg/utility.git
synced 2025-05-09 15:04:00 +00:00
_MSC_VER use clarified.
[SVN r20992]
This commit is contained in:
parent
801be90699
commit
abcab174a5
@ -1,4 +1,6 @@
|
|||||||
#if defined(_MSC_VER) && !defined(__ICL)
|
#include <boost/config.hpp>
|
||||||
|
|
||||||
|
#if defined(BOOST_MSVC)
|
||||||
#pragma warning(disable: 4786) // identifier truncated in debug info
|
#pragma warning(disable: 4786) // identifier truncated in debug info
|
||||||
#pragma warning(disable: 4710) // function not inlined
|
#pragma warning(disable: 4710) // function not inlined
|
||||||
#pragma warning(disable: 4711) // function selected for automatic inline expansion
|
#pragma warning(disable: 4711) // function selected for automatic inline expansion
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
#ifndef BOOST_CHECKED_DELETE_HPP_INCLUDED
|
#ifndef BOOST_CHECKED_DELETE_HPP_INCLUDED
|
||||||
#define BOOST_CHECKED_DELETE_HPP_INCLUDED
|
#define BOOST_CHECKED_DELETE_HPP_INCLUDED
|
||||||
|
|
||||||
|
// MS compatible compilers support #pragma once
|
||||||
|
|
||||||
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
|
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
|
||||||
# pragma once
|
# pragma once
|
||||||
#endif
|
#endif
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
#ifndef BOOST_CURRENT_FUNCTION_HPP_INCLUDED
|
#ifndef BOOST_CURRENT_FUNCTION_HPP_INCLUDED
|
||||||
#define BOOST_CURRENT_FUNCTION_HPP_INCLUDED
|
#define BOOST_CURRENT_FUNCTION_HPP_INCLUDED
|
||||||
|
|
||||||
|
// MS compatible compilers support #pragma once
|
||||||
|
|
||||||
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
|
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
|
||||||
# pragma once
|
# pragma once
|
||||||
#endif
|
#endif
|
||||||
|
@ -1,13 +1,15 @@
|
|||||||
#ifndef BOOST_REF_HPP_INCLUDED
|
#ifndef BOOST_REF_HPP_INCLUDED
|
||||||
# define BOOST_REF_HPP_INCLUDED
|
#define BOOST_REF_HPP_INCLUDED
|
||||||
|
|
||||||
# if _MSC_VER+0 >= 1020
|
// MS compatible compilers support #pragma once
|
||||||
# pragma once
|
|
||||||
# endif
|
|
||||||
|
|
||||||
# include <boost/config.hpp>
|
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
|
||||||
# include <boost/utility/addressof.hpp>
|
# pragma once
|
||||||
# include <boost/mpl/bool.hpp>
|
#endif
|
||||||
|
|
||||||
|
#include <boost/config.hpp>
|
||||||
|
#include <boost/utility/addressof.hpp>
|
||||||
|
#include <boost/mpl/bool.hpp>
|
||||||
|
|
||||||
//
|
//
|
||||||
// ref.hpp - ref/cref, useful helper functions
|
// ref.hpp - ref/cref, useful helper functions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user