On Thu, Oct 6, 2011 at 6:23 PM, Darren Cook wrote:
>> It is not a big deal in this case but I am wondering how to define the
>> population protocol using something like std::vector so that
>> elementary protocols can be added or removed but each elementary
>> protocol is read-only.
>> ... like dec
> It is not a big deal in this case but I am wondering how to define the
> population protocol using something like std::vector so that
> elementary protocols can be added or removed but each elementary
> protocol is read-only.
> ... like declaring the vector as std::vector but
> that doesn't seem