1 Nov
2012
1 Nov
'12
4:53 p.m.
Marco Craveiro wrote:
Hi boost-users,
Apologies if this question has been asked before - I'm sure it has, but my googling-fu is not finding decent matches. Anyways, the question is: with C++11 we have a number of new container types such as std::array, std::underdered_map/set, std::forward_list, etc. Are those supported by the latest release of the serialization library?
No
If not, is there a trac ticket for this work?
there is - along with a patch - for unordered. array has been mentioned. No one has done an exhaust check on this. std::shared pointer would be a problem as well. In short, C++11 has not been addressed by the serialization library. Robert Ramey
Many thanks for your time,
Marco