Some workarounds; more to do.

[SVN r1247]
This commit is contained in:
Dave Abrahams
2003-04-28 11:36:22 +00:00
parent a44a4e6b0c
commit 3c4a6c429c

View File

@@ -293,6 +293,11 @@ namespace boost
>
{};
# if BOOST_WORKAROUND(BOOST_MSVC, <= 1200)
// Deal with ETI
template <> struct minimum_category<int, int> { typedef minimum_category type; };
# endif
} // namespace detail
} // namespace boost