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

philnik777 via All-commits all-commits at lists.llvm.org
Thu Feb 3 14:48:24 PST 2022


  Branch: refs/heads/release/14.x
  Home:   https://github.com/llvm/llvm-project
  Commit: d5e113c969bf4b6ac7f9f8872ee1ceaed22b1750
      https://github.com/llvm/llvm-project/commit/d5e113c969bf4b6ac7f9f8872ee1ceaed22b1750
  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

(cherry picked from commit 5173f43cc892539271c34c5612fe783b51025da9)




More information about the All-commits mailing list