src/Error.cc
author convert-repo
Tue, 13 Jan 2009 16:11:37 +0000
changeset 388 ecb243eebc25
parent 227 39cd6861e43e
permissions -rw-r--r--
update tags

#include "Error.hh"

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