Skip to content
Snippets Groups Projects
Commit 52c12dd9 authored by Rene Brun's avatar Rene Brun
Browse files

In the functions Compress and Strdup allocate 20 additional characters

more than the strlen of the original string to cope with some situations like
vector<vector<T>> (note the missing blank between the >>)

In the section generating code for STL, replace generated lines like
  if (!R__n) return;
by
  if (R__n) {
..
  }
With this change, the generated code works also when the option "+"
is not specified in the pragma of LinkDef


git-svn-id: http://root.cern.ch/svn/root/trunk@5965 27541ba8-7e3a-0410-8455-c3a389f83636
parent 13946810
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