fix spew in folly (this is already upstream in folly)

Esse commit está contido em:
Paul Tarjan
2013-05-15 22:41:47 -07:00
commit 92a0f8692c
+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>(