fix std::out_of_range calls to use real constructors
Summary: curiously, std::out_of_range doesn't have a zero-argument constructor according to the spec. This was causing issues in my clang setup... Test Plan: compiles. Reviewed By: delong.j@fb.com FB internal diff: D643363
Showing
Please register or sign in to comment