$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [serialization] Text/Binary archive Is there a bug?
From: Kasra (kasra_n500_at_[hidden])
Date: 2009-03-06 18:10:48
Hi guys,
I was working withe boost.serialization and found a peculiar problem:
when I use a binary archive I successfully serialize the objects but fail to deserialize them, while with text archive both of the operations occur without a problem!!
Is there a special note about binary archives that I haven't done or could this be a bug?
-- Kasra