From: Stjepan Rajko (stipe_at_[hidden])
Date: 2008-08-27 00:32:25


On Tue, Aug 26, 2008 at 7:27 PM, Frank Mori Hess <fmhess_at_[hidden]> wrote:
>
> Ok, I've done it in svn. By the way, did you mean to make struct unusable
> private in boost.signals last_value<void>? Because it's declared as a
> struct so it is actually public.
>

Thanks for the quick fix! As far as private/public, I just followed
what was there before:
http://svn.boost.org/trac/boost/browser/trunk/boost/boost/last_value.hpp?rev=24016

But yeah, it looks like the intent is that unusable should be private
but in fact it isn't.

Best,

Stjepan