[libcxx-commits] [libcxx] [libc++][test] Avoid narrowing operations in `pair`'s constructors for tests for `flat_(multi)map` whenever feasible (PR #131284)
A. Jiang via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Mar 25 22:50:51 PDT 2025
================
@@ -29,7 +29,9 @@ int main(int, char**) {
std::vector<char, test_allocator<char>> vs({2, 2, 1}, test_allocator<char>(7));
----------------
frederick-vs-ja wrote:
Changed.
https://github.com/llvm/llvm-project/pull/131284
More information about the libcxx-commits
mailing list