diff options
author | Mike Buland <eichlan@xagasoft.com> | 2007-04-10 13:43:05 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2007-04-10 13:43:05 +0000 |
commit | 79ee50a1cf4415e214298bf696aa3fc44e308d02 (patch) | |
tree | db6ddd49e0671f1c9a8f72147b1e3314182e96e7 /src/old/serializertext.h | |
parent | 531761d77331915b3e6495d10e03191ba10c04d2 (diff) | |
download | libbu++-79ee50a1cf4415e214298bf696aa3fc44e308d02.tar.gz libbu++-79ee50a1cf4415e214298bf696aa3fc44e308d02.tar.bz2 libbu++-79ee50a1cf4415e214298bf696aa3fc44e308d02.tar.xz libbu++-79ee50a1cf4415e214298bf696aa3fc44e308d02.zip |
David had it half right...to make it work like something that's actually a const
pointer he's right, the pointer needs to be rebindable, but for a:
const int *p;
p can be changed, but not what p points to. I've added the rest of the
operators in sptr that should accomplish this, and a test that actually tests
the correctness of SPtr used this way against a normal pointer, both tests
check out 100%, hopefully this dosen't break anything, but if it should act like
a pointer, this is how to do it. (I totally forgot that const pointers were
rebindable).
Diffstat (limited to 'src/old/serializertext.h')
0 files changed, 0 insertions, 0 deletions