1 Jul
2014
1 Jul
'14
3:15 p.m.
Hi list, How do I tell Boost.Serialization to serialize a wrapper as the primitive type, without requiring an nvp wrapper? I specifically don't want an extra level in the xml output. Example: given BOOST_STRONG_TYPEDEF(int, myInt); I'd like myInt to be serialized as an int. Thanks!