Skip to content
  • Olly Betts's avatar
    Stop using std::endl · d645d559
    Olly Betts authored
    It causes a flush of the stream, which is rarely actually wanted
    (never in any of the uses here) and often the replacement \n can be
    combined with a string literal.
    d645d559