src/Error.cc
author ekku
Tue, 09 Dec 2008 04:31:39 +0000
changeset 364 033f8236241a
parent 227 39cd6861e43e
permissions -rw-r--r--
add final document

#include "Error.hh"

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