forked from boostorg/type_traits
Further suppressed internal structure overflow problems
[SVN r16478]
This commit is contained in:
@ -59,9 +59,8 @@
|
||||
typedef T arg1; \
|
||||
\
|
||||
template< typename U1 > \
|
||||
struct apply \
|
||||
struct apply : trait< U1 > \
|
||||
{ \
|
||||
typedef typename trait< U1 >::type type; \
|
||||
}; \
|
||||
}; \
|
||||
} \
|
||||
|
Reference in New Issue
Block a user