>Eric Lemings wrote: > >I'm getting the following compile error on Linux systems:
[...]
>
>Here's the offending code:
>
> 92 union {
> 93 unsigned char __pad [_Len];
> 94 typename __rw_aligned_union<_Len, Types...>::_C_type
>__align;
> 95 } _C_type;
>
>I'm guessing that is supposed to be a recursive instantiation of
>__rw_aligned_union_impl? __rw_aligned_union isn't even seen by the
>compiler until after this specialization.
>
Yes. Fixed in r668277.
>Brad.
>
