mirror of
https://github.com/boostorg/mpl.git
synced 2025-08-05 15:54:39 +02:00
GCC 2.95 needs the same workaround
[SVN r25484]
This commit is contained in:
@@ -54,8 +54,7 @@ template< typename T > struct msvc_eti_base
|
|||||||
template< typename T > struct msvc_eti_base
|
template< typename T > struct msvc_eti_base
|
||||||
: T
|
: T
|
||||||
{
|
{
|
||||||
#if BOOST_WORKAROUND(BOOST_MPL_CFG_GCC, > 0x0300) \
|
#if BOOST_WORKAROUND(BOOST_MPL_CFG_GCC, BOOST_TESTED_AT(0x0304))
|
||||||
&& BOOST_WORKAROUND(BOOST_MPL_CFG_GCC, BOOST_TESTED_AT(0x0304))
|
|
||||||
msvc_eti_base();
|
msvc_eti_base();
|
||||||
#endif
|
#endif
|
||||||
typedef T type;
|
typedef T type;
|
||||||
|
Reference in New Issue
Block a user