mirror of
https://github.com/boostorg/move.git
synced 2025-08-02 13:44:28 +02:00
Removed some extra spaces.
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef BOOST_MSVC
|
#ifdef BOOST_MSVC
|
||||||
#pragma warning (push)
|
# pragma warning (push)
|
||||||
#pragma warning (disable : 4996) // "function": was declared deprecated (_CRT_SECURE_NO_DEPRECATE/_SCL_SECURE_NO_WARNINGS)
|
# pragma warning (disable : 4996) // "function": was declared deprecated (_CRT_SECURE_NO_DEPRECATE/_SCL_SECURE_NO_WARNINGS)
|
||||||
#pragma warning (disable : 4675) // "function": resolved overload was found by argument-dependent lookup
|
# pragma warning (disable : 4675) // "function": resolved overload was found by argument-dependent lookup
|
||||||
#endif
|
#endif
|
||||||
|
@@ -8,5 +8,5 @@
|
|||||||
//
|
//
|
||||||
//////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////
|
||||||
#if defined BOOST_MSVC
|
#if defined BOOST_MSVC
|
||||||
#pragma warning (pop)
|
# pragma warning (pop)
|
||||||
#endif
|
#endif
|
||||||
|
@@ -11,8 +11,6 @@
|
|||||||
#ifndef BOOST_MOVE_DETAIL_WORKAROUND_HPP
|
#ifndef BOOST_MOVE_DETAIL_WORKAROUND_HPP
|
||||||
#define BOOST_MOVE_DETAIL_WORKAROUND_HPP
|
#define BOOST_MOVE_DETAIL_WORKAROUND_HPP
|
||||||
|
|
||||||
#include <boost/move/detail/config_begin.hpp>
|
|
||||||
|
|
||||||
#if !defined(BOOST_NO_CXX11_RVALUE_REFERENCES) && !defined(BOOST_NO_CXX11_VARIADIC_TEMPLATES)
|
#if !defined(BOOST_NO_CXX11_RVALUE_REFERENCES) && !defined(BOOST_NO_CXX11_VARIADIC_TEMPLATES)
|
||||||
#define BOOST_MOVE_PERFECT_FORWARDING
|
#define BOOST_MOVE_PERFECT_FORWARDING
|
||||||
#endif
|
#endif
|
||||||
@@ -25,6 +23,4 @@
|
|||||||
#define BOOST_MOVE_I ,
|
#define BOOST_MOVE_I ,
|
||||||
#define BOOST_MOVE_DOCIGN(T1) T1
|
#define BOOST_MOVE_DOCIGN(T1) T1
|
||||||
|
|
||||||
#include <boost/move/detail/config_end.hpp>
|
|
||||||
|
|
||||||
#endif //#ifndef BOOST_MOVE_DETAIL_WORKAROUND_HPP
|
#endif //#ifndef BOOST_MOVE_DETAIL_WORKAROUND_HPP
|
||||||
|
Reference in New Issue
Block a user