|
Boost Users : |
From: Jeff Flinn (TriumphSprint2000_at_[hidden])
Date: 2005-08-12 11:21:18
Robert,
The following code leads to numerous leaks when lIn's contents are not an
xml_archive. Any thoughts on the cause?
try
{
std::ifstream lIn( lpszPathName );
if( lIn.good() )
{
boost::archive::xml_iarchive ia( lIn );
}
}
catch( boost::archive::xml_archive_exception& aExc )
{
std::string lErr = aExc.what();
}
Thanks,
Jeff Flinn
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net