Boost logo

Boost :

From: Dietmar Kuehl (dietmar_kuehl_at_[hidden])
Date: 1999-12-10 13:54:11


Hi,
> #include "boost/property_accessor.hpp"
>
> namespace boost {
> struct read_only_property_accessor_tag {};
> struct write_only_property_accessor_tag {}
> struct read_write_property_accessor_tag:
> read_only_property_accessor_tag,
> write_only_property_accessor_tag {};
> }
>
> I suggest you change read_only/write_only to readable/writable.
There's a
> logical contradiction in being read-only, write-only, and read/write
all at
> the same time.

Good suggestion! I felt uncomfortable with this stuff, too, but didn't
change what I already had for whatever reason. Part of the reason is
definitely that I wanted to get this stuff at least temporarily off my
desk to do at least some of stuff I'm actually paid for... (which is,
unfortunately, not the stuff I have done the last days). I'm not sure
when I find the time to update the page but I hope that this will be
soon.

Regards,
  dk

__________________________________________________
Do You Yahoo!?
Thousands of Stores. Millions of Products. All in one place.
Yahoo! Shopping: http://shopping.yahoo.com


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