Unverified Commit c7e9b491 authored by Mateusz Zych's avatar Mateusz Zych Committed by GitHub
Browse files

[libc++][vector] Inline remaining constructors filling vector with the same value (#82068)



Placing physically next to each other remaining constructors filling
vector with the same value
will make code better, since they all have nearly identical
implementation, which needs to be kept in sync.

Co-authored-by: default avatarMark de Wever <koraq@xs4all.nl>
parent 89c23f76
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment