18 Dec
2005
18 Dec
'05
8:02 p.m.
Of course, if there was a type trait "is_static_variable" we could just build that behavior into the default tracking level mpl. Robert Ramey Merrill Cornish wrote:
I have a class with a static STL vector as a member. The elements of this vector are themselves serializable classes. Can this vector be serialized? Is so, how?
Merrill