Now, I'd like to suggest what I think is a small good addition to the library and something I'd like to have implemented in a know C++ library as a standard reference. I'd like to suggest a template based implementation of 'properties' for C++, like the ones in Delphi, C#, etc.
Here's a sample implementation on CodeGuru.
I think that more features can be implemented, like automatically overloading more operators other than = like +=, -=, ++, and so on.
See ya and thanks again, hopefully it'll be on 1.3.6





