src/Error.cc
author terom
Mon, 15 Dec 2008 15:30:48 +0000
changeset 375 5fdc1627859d
parent 227 39cd6861e43e
permissions -rw-r--r--
fix svn:ignore properties

#include "Error.hh"

std::ostream& operator<< (std::ostream &s, Error &e) {
    return s << e.what();
}