[all-commits] [llvm/llvm-project] c7e9b4: [libc++][vector] Inline remaining constructors fil...

Mateusz Zych via All-commits all-commits at lists.llvm.org
Wed May 22 01:13:51 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c7e9b4918e5bd4936dbc036ba65eae178f5cc994
      https://github.com/llvm/llvm-project/commit/c7e9b4918e5bd4936dbc036ba65eae178f5cc994
  Author: Mateusz Zych <mte.zych at gmail.com>
  Date:   2024-05-22 (Wed, 22 May 2024)

  Changed paths:
    M libcxx/include/vector

  Log Message:
  -----------
  [libc++][vector] Inline remaining constructors filling vector with the same value (#82068)

Placing physically next to each other remaining constructors filling
vector with the same value
will make code better, since they all have nearly identical
implementation, which needs to be kept in sync.

Co-authored-by: Mark de Wever <koraq at xs4all.nl>



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