Add msgpack prefix to type_errors

This commit is contained in:
Nobuyuki Kubota
2015-03-10 20:59:34 +09:00
parent 4b0c90fc90
commit b0ff2802d2
27 changed files with 142 additions and 142 deletions

View File

@@ -630,7 +630,7 @@ inline msgpack::packer<Stream>& operator<< (msgpack::packer<Stream>& o, const ms
return o;
default:
throw type_error();
throw msgpack::type_error();
}
}