src/simulator/high-precision-cairo.h
changeset 6584 def4153e27cd
parent 6583 b47b2f59d6a8
equal deleted inserted replaced
6583:b47b2f59d6a8 6584:def4153e27cd
   160   m_value.hi = hi;
   160   m_value.hi = hi;
   161   m_value.lo = lo;
   161   m_value.lo = lo;
   162 }
   162 }
   163 #undef HPCAIRO_MAX_64
   163 #undef HPCAIRO_MAX_64
   164 
   164 
   165 std::ostream &operator << (std::ostream &os, const HighPrecision &hp)
       
   166 {
       
   167   // XXX stubbed out
       
   168   return os;
       
   169 }
       
   170 std::istream &operator >> (std::istream &is, HighPrecision &hp)
       
   171 {
       
   172   // XXX stubbed out
       
   173   return is;
       
   174 }
       
   175 
       
   176 } // namespace ns3
   165 } // namespace ns3
   177 
   166 
   178 #endif /* HIGH_PRECISION_CAIRO_H */
   167 #endif /* HIGH_PRECISION_CAIRO_H */