12 #ifndef ROOT_Riostream
13 #define ROOT_Riostream
19 #if defined(R__ANSISTREAM)
26 # include <iostream.h>
30 #if defined(_MSC_VER) && (_MSC_VER <= 1200)
31 static std::ostream&
operator<<(std::ostream& os, __int64
i)
34 sprintf(buf,
"%I64d", i);
39 static std::ostream&
operator<<(std::ostream& os,
unsigned __int64
i)
40 {
return os << (__int64) i; }
ostream & operator<<(std::ostream &o, vector< std::string > const &iValue)