swh:1:snp:af87cd67498ef4fe47c76ed3e7caffe5b61facaf
Revision c9bb8d5fee693184d2da299399141ababf51fab2 authored by Fons Rademakers on 03 October 2006, 21:51:46 UTC, committed by Fons Rademakers on 03 October 2006, 21:51:46 UTC
rename TString::Form(const char *fmt, va_list ap);
into TString::FormImp(const char *fmt, va_list ap);

It is needed because on some platforms (VC8, gcc 3.4.3, at least),
calling TString::Form with 2 char* leads to the calling of the
the function Form(const char *fmt, va_list ap);


git-svn-id: http://root.cern.ch/svn/root/trunk@16421 27541ba8-7e3a-0410-8455-c3a389f83636
1 parent a1b35bb
History
Tip revision: 6c9118fb23c981c28a53dc215c68f2be00c04e3e authored by Jonas Rembser on 12 April 2024, 19:22:15 UTC
[RF] Enable `roofit_multiprocess` on the CI
Tip revision: 6c9118f

back to top