$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Boost 1_41 Binary archive exceptions
From: KARAN (msree80_at_[hidden])
Date: 2011-12-29 06:24:37
Hi
The A,B, C of types below 
                       T	A;
                       T	B;
                       CLASS::CLASSB	C;		
I am saving the files in 64bit env successfully and restore the same file
which leads to exception 
mainly in this below block 
{  T	A;
   T	B;
   CLASS::CLASSB	C;	
}
Regards
SKaran
-- View this message in context: http://boost.2283326.n4.nabble.com/Boost-1-41-Binary-archive-exceptions-tp4242318p4242488.html Sent from the Boost - Dev mailing list archive at Nabble.com.