Return reference in small_vector::emplace_back
Summary: Since C++17 `vector::emplace_back()` returns a reference to the new element, support that in `small_vector` too. Reviewed By: terrelln, luciang Differential Revision: D15007059 fbshipit-source-id: 3873fd0097e3d50f7967f47fbecfa6ab20cc72c5
Showing
Please register or sign in to comment