
When I load a serialized pointer (using boost serialization library), there are times when I lose the ability to do certain things to those pointers...for example I cannot delete them at times, cannot add them to vectors, and some other things...What might be causing this behavior __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com

It's always a good idea to put the library name in your subject line so the library maintainer will notice your message. Luke Anderson <jla2w@yahoo.com> writes:
When I load a serialized pointer (using boost serialization library), there are times when I lose the ability to do certain things to those pointers...for example I cannot delete them at times, cannot add them to vectors, and some other things...What might be causing this behavior
-- Dave Abrahams Boost Consulting www.boost-consulting.com
participants (2)
-
David Abrahams
-
Luke Anderson