
25 Apr
2010
25 Apr
'10
11:27 p.m.
On 4/25/2010 6:48 PM, Robert Ramey wrote:
polymorphic_oarchve * poa; if( encoding = "Neat Bytes") poa = boost::archive::polymorphic_text_oarchive oa(ss); else poa = boost::archive::polymorphic_binary_oarchive oa(ss); .. *poa<< ....
I think a couple of new statements are missing, but that is how I would choose at run time.