mirror of
https://github.com/boostorg/range.git
synced 2025-07-29 12:27:42 +02:00
Range: Remove obsolete MSVC version checks.
[SVN r85915]
This commit is contained in:
committed by
Nathan Ridge
parent
738bd42696
commit
ebbfe65595
@ -15,19 +15,9 @@
|
||||
# pragma once
|
||||
#endif
|
||||
|
||||
#if _MSC_VER == 1300 // experiment
|
||||
|
||||
#include <boost/range/detail/collection_traits.hpp>
|
||||
#include <boost/range/iterator_range.hpp>
|
||||
#include <boost/range/sub_range.hpp>
|
||||
|
||||
#else
|
||||
|
||||
#include <boost/range/functions.hpp>
|
||||
#include <boost/range/metafunctions.hpp>
|
||||
#include <boost/range/iterator_range.hpp>
|
||||
#include <boost/range/sub_range.hpp>
|
||||
|
||||
#endif // _MSC_VER == 1300 // experiment
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user