fix std::out_of_range calls to use real constructors
authorYiding Jia <yiding@fb.com>
Thu, 29 Nov 2012 22:03:25 +0000 (14:03 -0800)
committerJordan DeLong <jdelong@fb.com>
Sun, 16 Dec 2012 22:46:02 +0000 (14:46 -0800)
commit35a186fee211e2ce971b1549a2f7137ac359c809
tree74a72f5cf8846541ae38a641cbaeb77e0afee080
parent87e1985f85de7e68365255a4b7d789b88f05cec7
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
folly/small_vector.h