ETI workaround

[SVN r20867]
This commit is contained in:
Dave Abrahams
2003-11-19 22:02:36 +00:00
parent 6e06e4f89e
commit 6270de1db0

View File

@ -108,6 +108,14 @@ namespace detail
{
};
# if BOOST_WORKAROUND(BOOST_MSVC, == 1200)
template <>
struct pure_traversal_tag<int>
{
typedef int type;
};
# endif
} // namespace detail