Quuxplusone / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
https://p1144.godbolt.org/z/jf67zx5hq
Other
1 stars 2 forks source link

[libc++] scoped_allocator_adaptor(Convertible, Convertible) shouldn't be ambiguous #13

Closed Quuxplusone closed 9 months ago

Quuxplusone commented 1 year ago

Reported on Slack 2023-05-30: https://cpplang.slack.com/archives/CM2HTSZ6G/p1685479237544319

The updated test fails before this patch, and passes afterward.

For a real-world example, see https://godbolt.org/z/1Ev8ch3Wx

Quuxplusone commented 9 months ago

Merged 341d3a59999dec56f51804a5356b2e38256ab55c! 🎉