forked from boostorg/iterator
Iterator: Remove obsolete MSVC version checks.
[SVN r86082] Conflicts: include/boost/iterator/iterator_facade.hpp
This commit is contained in:
committed by
Daniel James
parent
0345db959b
commit
6883d083d2
@ -72,9 +72,6 @@ namespace boost
|
||||
: mpl::identity<Return>
|
||||
# endif
|
||||
{
|
||||
# if BOOST_WORKAROUND(BOOST_MSVC, < 1300)
|
||||
typedef Return type;
|
||||
# endif
|
||||
};
|
||||
|
||||
} // namespace iterators
|
||||
|
Reference in New Issue
Block a user