mirror of
https://github.com/boostorg/type_traits.git
synced 2025-08-03 14:34:34 +02:00
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