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
File Mode Size
src
Module.mk -rw-r--r-- 1.9 KB

back to top