27 Jun
2013
27 Jun
'13
9:02 a.m.
On 06/24/2013 06:42 PM, Jeff Flinn wrote:
My first thought would be to use boost::iostream to create the i/o streams with an appropriate source/sink wrapping your iterator usage.
Thanks Jeff. I got something like this working, but as both the application and my archives are using iterators, I ended up with too much wrapping to accommodate polymorphic_iarchive_route. So I am probably going to write my own (polymorphic_iarchive_route is just a wrapper itself.)