Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 1450e695220fcad3ff8a47205c5f05a0caaa4d94
https://github.com/WebKit/WebKit/commit/1450e695220fcad3ff8a47205c5f05a0caaa4d94
Author: Adrian Taylor <[email protected]>
Date: 2026-08-20 (Thu, 20 Aug 2026)
Changed paths:
M Source/WTF/wtf/Deque.h
Log Message:
-----------
Provide DequeIterator default constructor
https://bugs.webkit.org/show_bug.cgi?id=322105
rdar://185322054
Reviewed by Elliott Williams.
The Swift C++ importer eagerly instantiates class-template members that C++
TUs never instantiate, and MSVC's STL is stricter than libc++ and
libstdc++: std::reverse_iterator value-initializes its stored
iterator, so Deque iterators gain default constructors (which the
C++20 bidirectional_iterator concept requires anyway).
Canonical link: https://commits.webkit.org/319522@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications