Iterator: Remove obsolete MSVC version checks.

[SVN r86082]
This commit is contained in:
Stephen Kelly
2013-09-30 16:04:19 +00:00
committed by Peter Dimov
parent e6d5c24b91
commit d853e444ce
13 changed files with 5 additions and 196 deletions

View File

@@ -72,9 +72,6 @@ namespace boost
: mpl::identity<Return>
# endif
{
# if BOOST_WORKAROUND(BOOST_MSVC, < 1300)
typedef Return type;
# endif
};
} // namespace iterators