small_vector should not require a copy-ctr from its element type unless it needs it.
Summary: Use default constructor directly, instead of copying the element introduced by default parameter value. This behavior is compatible with `std::vector`. Reviewed By: ot, bixue2010, luciang Differential Revision: D4700611 fbshipit-source-id: d3bd82c46c2857f5abcbec5dd2a64aaa85eaefe4
Showing
Please register or sign in to comment