Changeset 51422

Timestamp:
Feb 24, 2009, 2:20:01 AM (14 years ago)
Author:
Joel de Guzman
Message:

fixed. "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();

(No files)

Note: See TracChangeset for help on using the changeset viewer.