[libcxx-commits] [PATCH] D154489: [libc++][tests] Fix a test exercising incorrect overload

Piotr Fusik via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 5 05:54:56 PDT 2023


pfusik added a comment.

@ldionne `std::basic_string<CharT, std::traits<CharT>, test_allocator<CharT>>` is a different type than `std::basic_string<CharT>`.
I double-checked with `printf`s which constructor was called.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154489/new/

https://reviews.llvm.org/D154489



More information about the libcxx-commits mailing list