mirror of
https://github.com/boostorg/iterator.git
synced 2025-08-01 05:44:32 +02:00
ETI workaround
[SVN r20867]
This commit is contained in:
@@ -108,6 +108,14 @@ namespace detail
|
|||||||
{
|
{
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# if BOOST_WORKAROUND(BOOST_MSVC, == 1200)
|
||||||
|
template <>
|
||||||
|
struct pure_traversal_tag<int>
|
||||||
|
{
|
||||||
|
typedef int type;
|
||||||
|
};
|
||||||
|
# endif
|
||||||
|
|
||||||
} // namespace detail
|
} // namespace detail
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user