On 09/18/2016 01:39 AM, Robert McInnis wrote:
Thanks for the advice, Vinnie.
I added a quick doc explaining how and why to use the general object pattern.
http://htmlpreview.github.io/?https://github.com/tiny/boost_observers/blob/m aster/doc/boost_observers.htm
^ that should allow you to view the html page
[snip] On page that page, under the section: How do I use it? the variables x, y, and z are of type: boost::observers::Numeric< long > yet the description says: We now have three(3) observables X, Y, and Z. which is confusing. Are they observers (as the type name suggests), or are they observables (as the descriptions suggests). Also, the description uses capital letters, but the code uses small letters. It would ease the reading if better names were used ;( -regards, Larry