src/Error.cc
author terom
Tue, 09 Dec 2008 03:28:25 +0000
changeset 358 37b18b779ffb
parent 227 39cd6861e43e
permissions -rw-r--r--
PIMP MAH DOXYGEN

#include "Error.hh"

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