Subject: Re: [Boost-users] [serialization] compare two archives?
From: Jeff Flinn (TriumphSprint2000_at_[hidden])
Date: 2010-11-19 14:55:52


James C. Sutherland wrote:
> It appears that the operator == is not supported on an archive.
>
> Is there a way to compare two archives for equality without
> instantiating all objects in the archive and looking at equality of the
> objects?

Wouldn't you just compare the underlying storage of the archived data?
Such as the resulting file, or string from a ostringstream.

Not sure what your are trying to accomplish.

Jeff