From: Douglas Gregor (gregod_at_[hidden])
Date: 2003-04-24 11:01:29


On Wednesday 23 April 2003 07:09 pm, Nicolas Fleury wrote:
> Hi,
>
> I know we shouldn't assume the order of signals execution, but can
> we assume it will be the same on all platforms, whatever that order is?
> It would be a big plus for unit testing.

The ordering comes from the ordering of a multimap. You can't rely on the
ordering being stable across all platforms. So the answer is, probably, no.

        Doug