id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 5499,Serialization backward compatability,ybungalobill@…,Robert Ramey,"Boost 1.33.1 serializes class_id_type as int_least16_t (archive version 3). Current boost tries to load it as int for archive of version 6 and earlier. On my platform (VS2005) int is 32 bits, hence the deserialization fails. The attached code creates and successfully loads 'out.boost103301.dat' when compiling with boost 1.33.1 and crashes due to failed assert in class_id_type constructor when loading with boost 1.46.1. I'm upgrading from 1.33.1 to boost 1.46.1 now, so I mark it as 'Showstopper'. ",Bugs,new,To Be Determined,serialization,Boost 1.46.1,Showstopper,,serialization compatability,