Boost logo

Boost :

Subject: [boost] [Phoenix2] nothing is not an actor
From: Francois Barel (frabar666_at_[hidden])
Date: 2009-02-23 15:49:39


Hi,

In core/nothing.hpp, "nothing" is defined as:
    null_actor const nothing = null_actor();
which doesn't make it an actor, rather an "actor base".

Shouldn't it rather be defined as something like:
    actor<null_actor> const nothing = null_actor();

Thanks,
François


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk