forked from boostorg/iterator
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