$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] how to know which xml_iarchive is parsing
From: breadbread1984 (breadbread1984_at_[hidden])
Date: 2015-07-30 03:46:19
my program serializing and deserializing an object has some problem. I am
debugging it. I found it was so hard to debug the code without knowing which
line the xml_iarchive is parsing. Is there any way to know which line the
xml_iarchive is working on? Thx!