[libcxx-commits] [libcxx] Fixed Reference copy and move assignment operators (PR #125723)

via libcxx-commits libcxx-commits at lists.llvm.org
Wed Feb 5 11:20:34 PST 2025


2LoS wrote:

@mordante , the patch fixes the implementation of some copy and move assignment operators for the Reference class: they assigned pointers-to-object; now, they assign the objects themselves.

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


More information about the libcxx-commits mailing list