From: Robert Ramey (ramey_at_[hidden])
Date: 2005-12-18 15:02:24


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