Further suppressed internal structure overflow problems

[SVN r16478]
This commit is contained in:
Dave Abrahams
2002-12-02 14:59:50 +00:00
parent bbb571febb
commit 9329678518

View File

@ -59,9 +59,8 @@
typedef T arg1; \
\
template< typename U1 > \
struct apply \
struct apply : trait< U1 > \
{ \
typedef typename trait< U1 >::type type; \
}; \
}; \
} \