Merge pull request #772 from ptarjan/spew

fix spew
Esse commit está contido em:
Paul Tarjan
2013-05-17 12:55:00 -07:00
+1 -2
Ver Arquivo
@@ -543,8 +543,7 @@ inline dynamic& dynamic::at(dynamic const& idx) {
return (*parray)[idx.asInt()];
}
auto* pobj = get_nothrow<ObjectImpl>();
assert(pobj);
assert(get_nothrow<ObjectImpl>());
auto it = find(idx);
if (it == items().end()) {
throw std::out_of_range(to<std::string>(