[all-commits] [llvm/llvm-project] 732920: [libc++] Remove the usage of __init in operator+

philnik777 via All-commits all-commits at lists.llvm.org
Mon Apr 11 07:00:21 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 732920d847e5da8942da7eb48f65507951f5da60
      https://github.com/llvm/llvm-project/commit/732920d847e5da8942da7eb48f65507951f5da60
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2022-04-11 (Mon, 11 Apr 2022)

  Changed paths:
    M libcxx/include/string

  Log Message:
  -----------
  [libc++] Remove the usage of __init in operator+

`operator+` currently calls `__init`. This patch removes the usage of implementation details.

Reviewed By: ldionne, Mordante, #libc

Spies: libcxx-commits

Differential Revision: https://reviews.llvm.org/D123058




More information about the All-commits mailing list