From: John Maddock (john_at_[hidden])
Date: 2006-06-14 04:56:46


Gottlob Frege wrote:
>> if unknown_struct is an incomplete type (which is what I meant, and
>> should have said), alignment_of doesn't compile.

If the type is incomplete then you can't use aligned_storage anyway, since
you don't know how much storage you'll need! Sorry but you've lost me now.

John.