[all-commits] [llvm/llvm-project] 476047: [libc++] Adds back_insert_iterator::__get_container.

mordante via All-commits all-commits at lists.llvm.org
Fri Apr 8 08:14:04 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 476047bf8e720f3dc359cf75d1241e13f8ba2350
      https://github.com/llvm/llvm-project/commit/476047bf8e720f3dc359cf75d1241e13f8ba2350
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2022-04-08 (Fri, 08 Apr 2022)

  Changed paths:
    M libcxx/include/__iterator/back_insert_iterator.h
    A libcxx/test/libcxx/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/get_container.pass.cpp

  Log Message:
  -----------
  [libc++] Adds back_insert_iterator::__get_container.

Adds a `__get_container` member as suggested by @Quuxplusone in D110497.

Includes  s/_LIBCPP_INLINE_VISIBILITY/_LIBCPP_HIDE_FROM_ABI/.

Reviewed By: Quuxplusone, #libc, ldionne

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




More information about the All-commits mailing list