[all-commits] [llvm/llvm-project] c41812: [libcxx] applies #134819 to `insert_or_assign` wit...

Christopher Di Bella via All-commits all-commits at lists.llvm.org
Thu May 15 23:57:07 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c41812e6eaa95a7e43e0613d9ffab6f5eb17b92c
      https://github.com/llvm/llvm-project/commit/c41812e6eaa95a7e43e0613d9ffab6f5eb17b92c
  Author: Christopher Di Bella <cjdb at google.com>
  Date:   2025-05-16 (Fri, 16 May 2025)

  Changed paths:
    M libcxx/include/map
    M libcxx/test/std/containers/associative/map/map.modifiers/insert_or_assign.pass.cpp

  Log Message:
  -----------
  [libcxx] applies #134819 to `insert_or_assign` with `const key_type&` (#140124)

This was missed due to using prvalues in the test case, which were
picked up by the rvalue-reference overload instead.



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