Subject: [Boost-users] [serialization] compare two archives?
From: James C. Sutherland (James.Sutherland_at_[hidden])
Date: 2010-11-19 14:32:53


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?

James