RE: [boost] Re: serialization of objects with overloaded new/delete

Hi,
For this to work, one needs a SFINAE compiler, right?
yes, perhaps the code could be modified to use the boost::enable_if utility to make it a bit clearer what's going on.
I think you answered your own question. Judging from the lack of responses to my post, serializing objects with overloaded new doesn't seem to be important to most people. I guess the maintainers of the library didn't want to complicate the interface to accomodate a small minority of users. The SFINAE principle is probably the best way to handle it right now. Regards /Andreas Brinck ########################################### This message has been scanned by F-Secure Anti-Virus for Microsoft Exchange. For more information, connect to http://www.f-secure.com/

In early version, the serialzation of pointers was overloadable at a higher level. After a lot of discussion, I was convinced to change to the current system. The achieved a real benefit - unfortunately I don't remember what it was. The previous overload was still in there - but undocumented. More recently, I deleted this "middle" layer. Robert Ramey Andreas Brinck wrote:
participants (2)
-
Andreas Brinck
-
Robert Ramey