I have a several classes that currently use old-fashioned ("ordered") containers that would benefit greatly from using the C++11 unordered variants. But in the version of boost I'm currently using (1.49.0) serialization of those containers is not supported. So I have some questions: 1. Is serialization of standard unordered containers supported in version 1.54.0 of the boost libraries? 2a. If so, what was the earliest version of the boost libraries that supported serialization of standard unordered containers? 2b. If not, is there a timetable for when this might be added? (The documentation and comments I could find gave completely inconsistent answers on this issue, so I'd like a definitive answer before I go to the trouble of installing a more recent version of boost if that's not going to help.) Doc -- Web: http://www.sff.net/people/N7DR