From: Douglas Gregor (gregod_at_[hidden])
Date: 2003-12-08 09:05:39


On Monday 08 December 2003 08:10 am, David Abrahams wrote:
> Douglas Gregor <gregod_at_[hidden]> writes:
> > type_traits:
> > alignment_of_test/type_with_alignment_test on CodeWarrior 8.3: I can't
> > make heads or tails of this. We compute the alignment of a
> > pointer-to-member function one way and get 8; then compute it a different
> > way and get 12. I haven't a clue which is right, but this is _strange_.
>
> Whatever, it appears we still have not fixed the bugs in
> type_with_alignment, as
>
> http://boost.sourceforge.net/regression-logs/cs-win32_metacomm/developer_re
>sult_page.html#iterator
>
> shows.

It looks like the the Metacomm tests haven't picked up the most recent changes
yet (the CW test shows my previous digraph bug, that is now fixed).

        Doug