[all-commits] [llvm/llvm-project] 5173f4: [libc++] Remove the std::string base class

philnik777 via All-commits all-commits at lists.llvm.org
Thu Feb 3 13:59:16 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5173f43cc892539271c34c5612fe783b51025da9
      https://github.com/llvm/llvm-project/commit/5173f43cc892539271c34c5612fe783b51025da9
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2022-02-03 (Thu, 03 Feb 2022)

  Changed paths:
    M libcxx/include/__config
    M libcxx/include/string
    M libcxx/src/string.cpp

  Log Message:
  -----------
  [libc++] Remove the std::string base class

Removing the base class of std::basic_string is not an ABI break, so we can remove any references to it from the header.

Reviewed By: ldionne, Mordante, #libc

Spies: libcxx-commits

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




More information about the All-commits mailing list