[libcxx-commits] [libcxx] [libc++] restrict the expected conversion constructor not compete against copy constructor (PR #96101)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jun 21 08:51:20 PDT 2024


https://github.com/ldionne approved this pull request.

This LGTM with green CI and comments applied.

Also, please file a bug report against Clang, it seems like this could be a compiler issue: https://godbolt.org/z/83Yfsvbr5

If this isn't a compiler issue, then this will likely lead to a LWG issue because this code should definitely compile.

https://github.com/llvm/llvm-project/pull/96101


More information about the libcxx-commits mailing list