Remove obsolete MSVC check from pragma guard

git grep -h -B1 "^#\s*pragma once" | grep -v pragma | sort | uniq

is now clean.

[SVN r85952]
This commit is contained in:
Stephen Kelly
2013-09-26 13:02:51 +00:00
parent 650b75d2d7
commit 4f34d95156
32 changed files with 32 additions and 32 deletions

View File

@ -11,7 +11,7 @@
#ifndef BOOST_RANGE_HPP_27_07_04 #ifndef BOOST_RANGE_HPP_27_07_04
#define BOOST_RANGE_HPP_27_07_04 #define BOOST_RANGE_HPP_27_07_04
#if defined(_MSC_VER) && (_MSC_VER >= 1200) #if defined(_MSC_VER)
# pragma once # pragma once
#endif #endif

2
include/boost/range/algorithm.hpp Executable file → Normal file
View File

@ -19,7 +19,7 @@
// were originally written by Vladimir Prus' // were originally written by Vladimir Prus'
// <ghost@cs.msu.su> code from Boost Wiki // <ghost@cs.msu.su> code from Boost Wiki
#if defined(_MSC_VER) && _MSC_VER >= 1000 #if defined(_MSC_VER)
#pragma once #pragma once
#endif #endif

2
include/boost/range/as_array.hpp Executable file → Normal file
View File

@ -11,7 +11,7 @@
#ifndef BOOST_RANGE_AS_ARRAY_HPP #ifndef BOOST_RANGE_AS_ARRAY_HPP
#define BOOST_RANGE_AS_ARRAY_HPP #define BOOST_RANGE_AS_ARRAY_HPP
#if defined(_MSC_VER) && (_MSC_VER >= 1200) #if defined(_MSC_VER)
# pragma once # pragma once
#endif #endif

View File

@ -11,7 +11,7 @@
#ifndef BOOST_RANGE_AS_LITERAL_HPP #ifndef BOOST_RANGE_AS_LITERAL_HPP
#define BOOST_RANGE_AS_LITERAL_HPP #define BOOST_RANGE_AS_LITERAL_HPP
#if defined(_MSC_VER) && (_MSC_VER >= 1200) #if defined(_MSC_VER)
# pragma once # pragma once
#endif #endif

View File

@ -11,7 +11,7 @@
#ifndef BOOST_RANGE_BEGIN_HPP #ifndef BOOST_RANGE_BEGIN_HPP
#define BOOST_RANGE_BEGIN_HPP #define BOOST_RANGE_BEGIN_HPP
#if defined(_MSC_VER) && (_MSC_VER >= 1200) #if defined(_MSC_VER)
# pragma once # pragma once
#endif #endif

2
include/boost/range/category.hpp Executable file → Normal file
View File

@ -11,7 +11,7 @@
#ifndef BOOST_RANGE_CATEGORY_HPP #ifndef BOOST_RANGE_CATEGORY_HPP
#define BOOST_RANGE_CATEGORY_HPP #define BOOST_RANGE_CATEGORY_HPP
#if defined(_MSC_VER) && (_MSC_VER >= 1200) #if defined(_MSC_VER)
# pragma once # pragma once
#endif #endif

View File

@ -13,7 +13,7 @@
#include <boost/detail/workaround.hpp> #include <boost/detail/workaround.hpp>
#if defined(_MSC_VER) && (_MSC_VER >= 1200) #if defined(_MSC_VER)
# pragma once # pragma once
#endif #endif

View File

@ -11,7 +11,7 @@
#ifndef BOOST_RANGE_CONST_ITERATOR_HPP #ifndef BOOST_RANGE_CONST_ITERATOR_HPP
#define BOOST_RANGE_CONST_ITERATOR_HPP #define BOOST_RANGE_CONST_ITERATOR_HPP
#if defined(_MSC_VER) && (_MSC_VER >= 1200) #if defined(_MSC_VER)
# pragma once # pragma once
#endif #endif

2
include/boost/range/const_reverse_iterator.hpp Executable file → Normal file
View File

@ -11,7 +11,7 @@
#ifndef BOOST_RANGE_CONST_REVERSE_ITERATOR_HPP #ifndef BOOST_RANGE_CONST_REVERSE_ITERATOR_HPP
#define BOOST_RANGE_CONST_REVERSE_ITERATOR_HPP #define BOOST_RANGE_CONST_REVERSE_ITERATOR_HPP
#if defined(_MSC_VER) && (_MSC_VER >= 1200) #if defined(_MSC_VER)
# pragma once # pragma once
#endif #endif

View File

@ -11,7 +11,7 @@
#ifndef BOOST_RANGE_DETAIL_AS_LITERAL_HPP #ifndef BOOST_RANGE_DETAIL_AS_LITERAL_HPP
#define BOOST_RANGE_DETAIL_AS_LITERAL_HPP #define BOOST_RANGE_DETAIL_AS_LITERAL_HPP
#if defined(_MSC_VER) && (_MSC_VER >= 1200) #if defined(_MSC_VER)
# pragma once # pragma once
#endif #endif

2
include/boost/range/detail/common.hpp Executable file → Normal file
View File

@ -11,7 +11,7 @@
#ifndef BOOST_RANGE_DETAIL_COMMON_HPP #ifndef BOOST_RANGE_DETAIL_COMMON_HPP
#define BOOST_RANGE_DETAIL_COMMON_HPP #define BOOST_RANGE_DETAIL_COMMON_HPP
#if defined(_MSC_VER) && (_MSC_VER >= 1200) #if defined(_MSC_VER)
# pragma once # pragma once
#endif #endif

View File

@ -10,7 +10,7 @@
#ifndef BOOST_RANGE_DETAIL_EXTRACT_OPTIONAL_TYPE_HPP_INCLUDED #ifndef BOOST_RANGE_DETAIL_EXTRACT_OPTIONAL_TYPE_HPP_INCLUDED
#define BOOST_RANGE_DETAIL_EXTRACT_OPTIONAL_TYPE_HPP_INCLUDED #define BOOST_RANGE_DETAIL_EXTRACT_OPTIONAL_TYPE_HPP_INCLUDED
#if defined(_MSC_VER) && (_MSC_VER >= 1200) #if defined(_MSC_VER)
# pragma once # pragma once
#endif #endif

2
include/boost/range/detail/sizer.hpp Executable file → Normal file
View File

@ -11,7 +11,7 @@
#ifndef BOOST_RANGE_DETAIL_SIZER_HPP #ifndef BOOST_RANGE_DETAIL_SIZER_HPP
#define BOOST_RANGE_DETAIL_SIZER_HPP #define BOOST_RANGE_DETAIL_SIZER_HPP
#if defined(_MSC_VER) && (_MSC_VER >= 1020) #if defined(_MSC_VER)
# pragma once # pragma once
#endif #endif

2
include/boost/range/difference_type.hpp Executable file → Normal file
View File

@ -11,7 +11,7 @@
#ifndef BOOST_RANGE_DIFFERENCE_TYPE_HPP #ifndef BOOST_RANGE_DIFFERENCE_TYPE_HPP
#define BOOST_RANGE_DIFFERENCE_TYPE_HPP #define BOOST_RANGE_DIFFERENCE_TYPE_HPP
#if defined(_MSC_VER) && (_MSC_VER >= 1200) #if defined(_MSC_VER)
# pragma once # pragma once
#endif #endif

2
include/boost/range/distance.hpp Executable file → Normal file
View File

@ -11,7 +11,7 @@
#ifndef BOOST_RANGE_DISTANCE_HPP #ifndef BOOST_RANGE_DISTANCE_HPP
#define BOOST_RANGE_DISTANCE_HPP #define BOOST_RANGE_DISTANCE_HPP
#if defined(_MSC_VER) && (_MSC_VER >= 1200) #if defined(_MSC_VER)
# pragma once # pragma once
#endif #endif

View File

@ -11,7 +11,7 @@
#ifndef BOOST_RANGE_EMPTY_HPP #ifndef BOOST_RANGE_EMPTY_HPP
#define BOOST_RANGE_EMPTY_HPP #define BOOST_RANGE_EMPTY_HPP
#if defined(_MSC_VER) && (_MSC_VER >= 1200) #if defined(_MSC_VER)
# pragma once # pragma once
#endif #endif

View File

@ -11,7 +11,7 @@
#ifndef BOOST_RANGE_END_HPP #ifndef BOOST_RANGE_END_HPP
#define BOOST_RANGE_END_HPP #define BOOST_RANGE_END_HPP
#if defined(_MSC_VER) && (_MSC_VER >= 1200) #if defined(_MSC_VER)
# pragma once # pragma once
#endif #endif

2
include/boost/range/functions.hpp Executable file → Normal file
View File

@ -11,7 +11,7 @@
#ifndef BOOST_RANGE_FUNCTIONS_HPP #ifndef BOOST_RANGE_FUNCTIONS_HPP
#define BOOST_RANGE_FUNCTIONS_HPP #define BOOST_RANGE_FUNCTIONS_HPP
#if defined(_MSC_VER) && (_MSC_VER >= 1200) #if defined(_MSC_VER)
# pragma once # pragma once
#endif #endif

2
include/boost/range/iterator.hpp Executable file → Normal file
View File

@ -11,7 +11,7 @@
#ifndef BOOST_RANGE_ITERATOR_HPP #ifndef BOOST_RANGE_ITERATOR_HPP
#define BOOST_RANGE_ITERATOR_HPP #define BOOST_RANGE_ITERATOR_HPP
#if defined(_MSC_VER) && (_MSC_VER >= 1020) #if defined(_MSC_VER)
# pragma once # pragma once
#endif #endif

View File

@ -11,7 +11,7 @@
#ifndef BOOST_RANGE_METAFUNCTIONS_HPP #ifndef BOOST_RANGE_METAFUNCTIONS_HPP
#define BOOST_RANGE_METAFUNCTIONS_HPP #define BOOST_RANGE_METAFUNCTIONS_HPP
#if defined(_MSC_VER) && (_MSC_VER >= 1200) #if defined(_MSC_VER)
# pragma once # pragma once
#endif #endif

View File

@ -11,7 +11,7 @@
#ifndef BOOST_RANGE_MUTABLE_ITERATOR_HPP #ifndef BOOST_RANGE_MUTABLE_ITERATOR_HPP
#define BOOST_RANGE_MUTABLE_ITERATOR_HPP #define BOOST_RANGE_MUTABLE_ITERATOR_HPP
#if defined(_MSC_VER) && (_MSC_VER >= 1200) #if defined(_MSC_VER)
# pragma once # pragma once
#endif #endif

View File

@ -19,7 +19,7 @@
// accompanying file LICENSE_1_0.txt or copy at // accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt) // http://www.boost.org/LICENSE_1_0.txt)
#if defined(_MSC_VER) && _MSC_VER >= 1000 #if defined(_MSC_VER)
#pragma once #pragma once
#endif #endif

2
include/boost/range/pointer.hpp Executable file → Normal file
View File

@ -11,7 +11,7 @@
#ifndef BOOST_RANGE_POINTER_TYPE_HPP #ifndef BOOST_RANGE_POINTER_TYPE_HPP
#define BOOST_RANGE_POINTER_TYPE_HPP #define BOOST_RANGE_POINTER_TYPE_HPP
#if defined(_MSC_VER) && (_MSC_VER >= 1200) #if defined(_MSC_VER)
# pragma once # pragma once
#endif #endif

2
include/boost/range/rbegin.hpp Executable file → Normal file
View File

@ -11,7 +11,7 @@
#ifndef BOOST_RANGE_RBEGIN_HPP #ifndef BOOST_RANGE_RBEGIN_HPP
#define BOOST_RANGE_RBEGIN_HPP #define BOOST_RANGE_RBEGIN_HPP
#if defined(_MSC_VER) && (_MSC_VER >= 1200) #if defined(_MSC_VER)
# pragma once # pragma once
#endif #endif

2
include/boost/range/reference.hpp Executable file → Normal file
View File

@ -11,7 +11,7 @@
#ifndef BOOST_RANGE_REFERENCE_TYPE_HPP #ifndef BOOST_RANGE_REFERENCE_TYPE_HPP
#define BOOST_RANGE_REFERENCE_TYPE_HPP #define BOOST_RANGE_REFERENCE_TYPE_HPP
#if defined(_MSC_VER) && (_MSC_VER >= 1200) #if defined(_MSC_VER)
# pragma once # pragma once
#endif #endif

2
include/boost/range/rend.hpp Executable file → Normal file
View File

@ -11,7 +11,7 @@
#ifndef BOOST_RANGE_REND_HPP #ifndef BOOST_RANGE_REND_HPP
#define BOOST_RANGE_REND_HPP #define BOOST_RANGE_REND_HPP
#if defined(_MSC_VER) && (_MSC_VER >= 1200) #if defined(_MSC_VER)
# pragma once # pragma once
#endif #endif

2
include/boost/range/result_iterator.hpp Executable file → Normal file
View File

@ -11,7 +11,7 @@
#ifndef BOOST_RANGE_RESULT_ITERATOR_HPP #ifndef BOOST_RANGE_RESULT_ITERATOR_HPP
#define BOOST_RANGE_RESULT_ITERATOR_HPP #define BOOST_RANGE_RESULT_ITERATOR_HPP
#if defined(_MSC_VER) && (_MSC_VER >= 1020) #if defined(_MSC_VER)
# pragma once # pragma once
#endif #endif

2
include/boost/range/reverse_iterator.hpp Executable file → Normal file
View File

@ -11,7 +11,7 @@
#ifndef BOOST_RANGE_REVERSE_ITERATOR_HPP #ifndef BOOST_RANGE_REVERSE_ITERATOR_HPP
#define BOOST_RANGE_REVERSE_ITERATOR_HPP #define BOOST_RANGE_REVERSE_ITERATOR_HPP
#if defined(_MSC_VER) && (_MSC_VER >= 1200) #if defined(_MSC_VER)
# pragma once # pragma once
#endif #endif

2
include/boost/range/reverse_result_iterator.hpp Executable file → Normal file
View File

@ -11,7 +11,7 @@
#ifndef BOOST_RANGE_REVERSE_RESULT_ITERATOR_HPP #ifndef BOOST_RANGE_REVERSE_RESULT_ITERATOR_HPP
#define BOOST_RANGE_REVERSE_RESULT_ITERATOR_HPP #define BOOST_RANGE_REVERSE_RESULT_ITERATOR_HPP
#if defined(_MSC_VER) && (_MSC_VER >= 1020) #if defined(_MSC_VER)
# pragma once # pragma once
#endif #endif

View File

@ -11,7 +11,7 @@
#ifndef BOOST_RANGE_SIZE_HPP #ifndef BOOST_RANGE_SIZE_HPP
#define BOOST_RANGE_SIZE_HPP #define BOOST_RANGE_SIZE_HPP
#if defined(_MSC_VER) && (_MSC_VER >= 1200) #if defined(_MSC_VER)
# pragma once # pragma once
#endif #endif

View File

@ -11,7 +11,7 @@
#ifndef BOOST_RANGE_SIZE_TYPE_HPP #ifndef BOOST_RANGE_SIZE_TYPE_HPP
#define BOOST_RANGE_SIZE_TYPE_HPP #define BOOST_RANGE_SIZE_TYPE_HPP
#if defined(_MSC_VER) && (_MSC_VER >= 1020) #if defined(_MSC_VER)
# pragma once # pragma once
#endif #endif

2
include/boost/range/value_type.hpp Executable file → Normal file
View File

@ -11,7 +11,7 @@
#ifndef BOOST_RANGE_VALUE_TYPE_HPP #ifndef BOOST_RANGE_VALUE_TYPE_HPP
#define BOOST_RANGE_VALUE_TYPE_HPP #define BOOST_RANGE_VALUE_TYPE_HPP
#if defined(_MSC_VER) && (_MSC_VER >= 1200) #if defined(_MSC_VER)
# pragma once # pragma once
#endif #endif