[all-commits] [llvm/llvm-project] 2d1330: [libc++][test] Confirm that P0508R0 has been imple...

A. Jiang via All-commits all-commits at lists.llvm.org
Mon Sep 16 12:35:02 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2d13302d3851747a023ffecc6388585e888cd0e9
      https://github.com/llvm/llvm-project/commit/2d13302d3851747a023ffecc6388585e888cd0e9
  Author: A. Jiang <de34 at live.cn>
  Date:   2024-09-16 (Mon, 16 Sep 2024)

  Changed paths:
    M libcxx/docs/Status/Cxx17Papers.csv
    M libcxx/test/std/containers/associative/map/map.modifiers/insert_node_type.pass.cpp
    M libcxx/test/std/containers/associative/set/insert_node_type.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/insert_node_type.pass.cpp
    M libcxx/test/std/containers/unord/unord.set/insert_node_type.pass.cpp

  Log Message:
  -----------
  [libc++][test] Confirm that P0508R0 has been implemented (#108172)

The paper was implemented by commit b0386a515b60c
(https://reviews.llvm.org/D46845) in LLVM 7.0. But it would be nice to
have test coverage for desired properties of `insert_return_type`.

Closes #99944



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