[all-commits] [llvm/llvm-project] 482244: [libc++] basic_string::resize_and_overwrite: Adopt...

philnik777 via All-commits all-commits at lists.llvm.org
Thu Jan 20 09:42:55 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 48224475222d14e6f661d649f4363dcc197cc7ef
      https://github.com/llvm/llvm-project/commit/48224475222d14e6f661d649f4363dcc197cc7ef
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2022-01-20 (Thu, 20 Jan 2022)

  Changed paths:
    M libcxx/docs/Status/Cxx2bIssues.csv
    M libcxx/include/string
    M libcxx/test/std/strings/basic.string/string.capacity/resize_and_overwrite.pass.cpp

  Log Message:
  -----------
  [libc++] basic_string::resize_and_overwrite: Adopt LWG3645 (Not voted in yet)

Adopt LWG3645, which fixes the value categories of basic_string::resize_and_overwrite
https://timsong-cpp.github.io/lwg-issues/3645

Reviewed By: ldionne, #libc

Spies: libcxx-commits

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




More information about the All-commits mailing list