Skip to content
Snippets Groups Projects
Commit e6e922a7 authored by Philippe Canal's avatar Philippe Canal
Browse files

Add Error message when missing dictionary for STL collection (2nd try).

Issues an error message when we are missing the compiled
STL collection proxy for the data member of compiled class.

Error in <TStreamerInfo::Build>: The class "Container" is compiled and for its the data member "fList", we do not have a dictionary for the collection "list<Inside>", we will not be able to read or write this data member.

Compared to 80cf626f this version
  - Do not complain for missing dictionary for std::vector as
    the emaluated version will be binary compatible (the in
    memory layout of all vector is the same).
  - Properly check the type of in-memory data member rather
    than (wrongly) the type of the on-file data member in
    BuildOld.

(cherry picked from v5-34-00
 commit 38564aa3)
parent 306836d5
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment