mirror of
https://github.com/boostorg/iterator.git
synced 2025-09-27 01:30:58 +02:00
Work around an MSVC-stlport ICE
[SVN r24567]
This commit is contained in:
@@ -24,6 +24,10 @@ template <bool GreaterEqual, bool LessEqual>
|
||||
struct minimum_category_impl
|
||||
# if BOOST_WORKAROUND(BOOST_MSVC, == 1200)
|
||||
{
|
||||
template <class T1, class T2> struct apply
|
||||
{
|
||||
typedef T2 type;
|
||||
};
|
||||
typedef void type;
|
||||
}
|
||||
# endif
|
||||
|
Reference in New Issue
Block a user