[all-commits] [llvm/llvm-project] feae3b: [libc++] Remove non-standard member type iterator_...
Nikhil Kotikalapudi via All-commits
all-commits at lists.llvm.org
Tue Mar 24 20:04:37 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: feae3bc202cedbc1e83201eb8ea147f1a7729cd3
https://github.com/llvm/llvm-project/commit/feae3bc202cedbc1e83201eb8ea147f1a7729cd3
Author: Nikhil Kotikalapudi <nak00001 at outlook.com>
Date: 2026-03-25 (Wed, 25 Mar 2026)
Changed paths:
M libcxx/docs/ReleaseNotes/23.rst
M libcxx/include/__iterator/wrap_iter.h
Log Message:
-----------
[libc++] Remove non-standard member type iterator_type from __wrap_iter (#186871)
Resolves #186801
Removed the non-standard member type `iterator_type` from `__wrap_iter`.
This member exposed the underlying iterator type, and its removal
prevents users from relying on the implementation detail.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list