[all-commits] [llvm/llvm-project] 578d09: [libcxx] deprecates/removes `std::raw_storage_iter...

Christopher Di Bella via All-commits all-commits at lists.llvm.org
Mon May 10 23:44:16 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 578d09c1b195d859ca7e62840ff6bb83421a77b5
      https://github.com/llvm/llvm-project/commit/578d09c1b195d859ca7e62840ff6bb83421a77b5
  Author: Christopher Di Bella <cjdb at google.com>
  Date:   2021-05-11 (Tue, 11 May 2021)

  Changed paths:
    M libcxx/include/__memory/raw_storage_iterator.h
    A libcxx/test/std/utilities/memory/storage.iterator/deprecated.verify.cpp
    M libcxx/test/std/utilities/memory/storage.iterator/raw_storage_iterator.base.pass.cpp
    M libcxx/test/std/utilities/memory/storage.iterator/raw_storage_iterator.pass.cpp

  Log Message:
  -----------
  [libcxx] deprecates/removes `std::raw_storage_iterator`

C++17 deprecates `std::raw_storage_iterator` and C++20 removes it.

Implements part of:
  * P0174R2 'Deprecating Vestigial Library Parts in C++17'
  * P0619R4 'Reviewing Deprecated Facilities of C++17 for C++20'

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




More information about the All-commits mailing list