[all-commits] [llvm/llvm-project] f68677: [libc++] Fix set::operator= when instantiating wit...

Nikolas Klauser via All-commits all-commits at lists.llvm.org
Sun May 18 03:40:55 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f6867709a7a7e59ecf8a39c75627ae906ac8e1df
      https://github.com/llvm/llvm-project/commit/f6867709a7a7e59ecf8a39c75627ae906ac8e1df
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2025-05-18 (Sun, 18 May 2025)

  Changed paths:
    M libcxx/include/__tree
    M libcxx/test/std/containers/associative/set/set.cons/copy_assign.pass.cpp

  Log Message:
  -----------
  [libc++] Fix set::operator= when instantiating with a std::pair (#140385)

This has been introduced by #134819, most likely due to a merge conflict
I didn't resolve properly (I thought I did in that patch what I'm now
doing here).



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list