Changeset 271468 in webkit
- Timestamp:
- Jan 13, 2021, 3:20:21 PM (6 years ago)
- Location:
- trunk/Source/WTF
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
wtf/StdLibExtras.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WTF/ChangeLog
r271358 r271468 1 2021-01-13 Myles C. Maxfield <mmaxfield@apple.com> 2 3 Delete sexist comment 4 https://bugs.webkit.org/show_bug.cgi?id=220603 5 6 Reviewed by Alex Christensen. 7 8 * wtf/StdLibExtras.h: 9 1 10 2021-01-11 Kimmo Kinnunen <kkinnunen@apple.com> 2 11 -
trunk/Source/WTF/wtf/StdLibExtras.h
r264277 r271468 128 128 } 129 129 130 /*131 * C++'s idea of a reinterpret_cast lacks sufficient cojones.132 */133 130 template<typename ToType, typename FromType> 134 131 inline ToType bitwise_cast(FromType from)
Note:
See TracChangeset
for help on using the changeset viewer.