----- Original Message -----
From: "Ralf W. Grosse-Kunstleve" <[EMAIL PROTECTED]>
To: "Boost mailing list" <[EMAIL PROTECTED]>
Sent: Saturday, June 07, 2003 5:50 AM
Subject: Re: [boost] Mac OS 10 & type_traits/type_with_alignment.hpp


> --- Douglas Gregor <[EMAIL PROTECTED]> wrote:
> /var/tmp/mac/boost/boost/type_traits/type_with_alignment.hpp:120:
> error: no type named `type' in `boost::maybe_print_align<false, 8, 4>'

So you have a type that is 8-byte aligned, but we don't have any types in
the list of possible types that have an alignment of 8 on that architecture,
so it fails. We'll just have to find a type that has 8-byte alignment and
add it to the list. I'll see if I can dig one up tomorrow.

    Doug

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to