[all-commits] [llvm/llvm-project] 8b9a98: [libc++][ranges] Fix `ranges::to` test.
Konstantin Varlamov via All-commits
all-commits at lists.llvm.org
Thu Jul 27 15:30:30 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8b9a98661b780a5b50d1d6a1f822d25e0c454382
https://github.com/llvm/llvm-project/commit/8b9a98661b780a5b50d1d6a1f822d25e0c454382
Author: Konstantin Varlamov <varconsteq at gmail.com>
Date: 2023-07-27 (Thu, 27 Jul 2023)
Changed paths:
M libcxx/test/std/ranges/range.utility/range.utility.conv/to.pass.cpp
Log Message:
-----------
[libc++][ranges] Fix `ranges::to` test.
- Make a test for an internal concept libc++-only;
- Make sure that `size` and `capacity` in a test container return the
same type on all platforms.
More information about the All-commits
mailing list