| Log Message: |
In the case of a data member which is a pointer to a STL container, eg:
std::container<Data> *fDataObjects;
and which is stored member-wise,
add support for the schema evolution of the class 'Data'.
This requires a change in the on file format used to store this type
of data members (i.e. by adding inline the version number of the class
'Data').
To read file containing this construct and written with this revision
using an older version of ROOT you will need the following patches:
For v5.22/00, you will need http://root.cern.ch/viewvc?view=rev&revision=33174
or v5.22/00k
For v5.26/00, you will need http://root.cern.ch/viewvc?view=rev&revision=33176
or v5.26/00c
Additionally, we no longer allow the member wise streaming of a class which
has a custom streamer nor of any data members marked with //||
|