• Praveen Kumar's avatar
    Using emplace_back to avoid temporary · 16b7f862
    Praveen Kumar authored
    Summary: Directly pass the arguments to respective constructors.
    Instead of first making temporary and then pass that.
    
    Closes #218
    
    Reviewed By: @yfeldblum
    
    Differential Revision: D2156978
    
    Pulled By: @sgolemon
    16b7f862
sorted_vector_test.cpp 9.09 KB