mirror of
https://github.com/boostorg/mpl.git
synced 2025-08-03 14:54:30 +02:00
eti workarounds
[SVN r26507]
This commit is contained in:
@@ -35,6 +35,14 @@ struct key_type
|
||||
|
||||
BOOST_MPL_AUX_NA_SPEC(2, key_type)
|
||||
|
||||
#if BOOST_MPL_CFG_MSVC_60_ETI_BUG
|
||||
template<>
|
||||
struct key_type<int, int>
|
||||
{
|
||||
typedef int type;
|
||||
};
|
||||
#endif
|
||||
|
||||
}}
|
||||
|
||||
#endif // BOOST_MPL_KEY_TYPE_HPP_INCLUDED
|
||||
|
@@ -35,6 +35,15 @@ struct value_type
|
||||
|
||||
BOOST_MPL_AUX_NA_SPEC(2, value_type)
|
||||
|
||||
#if BOOST_MPL_CFG_MSVC_60_ETI_BUG
|
||||
template<>
|
||||
struct value_type<int, int>
|
||||
{
|
||||
typedef int type;
|
||||
};
|
||||
#endif
|
||||
|
||||
|
||||
}}
|
||||
|
||||
#endif // BOOST_MPL_VALUE_TYPE_HPP_INCLUDED
|
||||
|
Reference in New Issue
Block a user