1 2 3 4 5 6 7 8 9 10
#include "api.h" namespace MirrorSearch { void XmlError::ice_print(std::ostream&s) const { s << msg; } }