[libcxx-commits] [libcxx] [libc++][test] Make `deallocate_size.pass.cpp` MSVC-friendly (PR #165162)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Oct 28 06:08:12 PDT 2025
================
@@ -64,14 +65,14 @@ struct test_alloc {
template <class Sz>
void test() {
+ using Str = std::basic_string<char, std::char_traits<char>, test_alloc<char, Sz> >;
----------------
philnik777 wrote:
This alias feels rather useless. We're using it exactly once, so this only results in an unnecessary indirection.
https://github.com/llvm/llvm-project/pull/165162
More information about the libcxx-commits
mailing list